Skip to content

Commit

Permalink
Remove now-completed TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Jun 10, 2024
1 parent f3e393b commit 801f723
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backup.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// TODO: Rename to backup.mjs before committing

import { execSync, spawn } from "child_process";
import { existsSync, mkdtempSync, rmSync, statSync } from "fs";
import { MongoClient, ObjectId } from "mongodb";
Expand Down Expand Up @@ -150,7 +148,6 @@ await new Promise((resolve) => setTimeout(resolve, 2000));

console.warn("Setting up kubectl port forwarding for remote Mongo...");
const remoteMongoPort = await randomFreePort();
// TODO: Improve by finding a local port that's not in use, rather than hardcoding this
let portForwardingReady;
const portForwardingPromise = new Promise((resolve) => {
portForwardingReady = resolve;
Expand Down

0 comments on commit 801f723

Please sign in to comment.