Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Jan 6, 2025
1 parent e22f9a2 commit b981a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/games/files.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class FilesService implements OnApplicationBootstrap {
awaitWriteFinish: true,
})
.on("add", this.index)
.on("change", this.index)
.on("change", this.index) // TODO: this is all stateless and wont work so we need some sort of middleman.
.on("unlink", this.index)
.on("error", (error) =>
this.logger.error({ message: "Error in Filewatcher.", error }),
Expand Down

0 comments on commit b981a45

Please sign in to comment.