Skip to content

Commit e854a4f

Browse files
committed
remove todos, these are just local backups, so no changes needed
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 502aba0 commit e854a4f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/helpers.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ export function makeBackup (fileMap = new Map(), removeOld = true) {
127127
}
128128
}
129129

130-
// TODO: now we will pull the secret and then write the backup file
131130
export function backupOldPfxKeys (nodeIds, keysDir, curDate = new Date(), dirPrefix = 'gossip-pfx') {
132131
const backupDir = createBackupDir(keysDir, `unused-${dirPrefix}`, curDate)
133132
const fileMap = new Map()
@@ -145,7 +144,6 @@ export function backupOldPfxKeys (nodeIds, keysDir, curDate = new Date(), dirPre
145144
return backupDir
146145
}
147146

148-
// TODO: now we will pull the secret and then write the backup file
149147
export function backupOldTlsKeys (nodeIds, keysDir, curDate = new Date(), dirPrefix = 'tls') {
150148
const backupDir = createBackupDir(keysDir, `unused-${dirPrefix}`, curDate)
151149
const fileMap = new Map()
@@ -160,7 +158,6 @@ export function backupOldTlsKeys (nodeIds, keysDir, curDate = new Date(), dirPre
160158
return backupDir
161159
}
162160

163-
// TODO: now we will pull the secret and then write the backup file
164161
export function backupOldPemKeys (nodeIds, keysDir, curDate = new Date(), dirPrefix = 'gossip-pem') {
165162
const backupDir = createBackupDir(keysDir, `unused-${dirPrefix}`, curDate)
166163
const fileMap = new Map()

0 commit comments

Comments
 (0)