standard TODO syntax

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Anders Näsman
2021-02-25 14:45:48 +01:00
committed by Eric Peterson
parent 925f5847de
commit b7cb59dd7b
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ async function main() {
process.exit(1);
});
// @todo Start Search Refresh Loop Here?
// TODO: Start Search Refresh Loop Here?
}
module.hot?.accept();