Skip to content

Commit

Permalink
chore: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Trap committed Aug 18, 2024
1 parent 8a5f06a commit 6aac15c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/path-to-tarkov-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export class PathToTarkovController {
return existingConfig;
}

// here: deepClone the config only when cannot retrieve the persited one
// TODO: instead of persisting the config directly, persist the performed action and replay them in order to rebuild the config
const newConfig = deepClone(this.baseConfig);
this.configCache[sessionId] = newConfig;
Expand Down

0 comments on commit 6aac15c

Please sign in to comment.