From babf8b2d177b096828141a86407b961a7d575950 Mon Sep 17 00:00:00 2001 From: Erin Date: Thu, 14 Mar 2024 07:50:26 -0400 Subject: [PATCH] delete comment resolved by #54 --- src/classes/Usernotes.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/classes/Usernotes.ts b/src/classes/Usernotes.ts index 9e96e60..3fc27eb 100644 --- a/src/classes/Usernotes.ts +++ b/src/classes/Usernotes.ts @@ -9,10 +9,6 @@ import { import {RawUsernotes, RawUsernotesConstants} from '../types/RawUsernotes'; import {Usernote} from '../types/Usernote'; -// TODO: nothing here handles username case correctly; go back and check the -// toolbox implementation of that for correctness later and write test -// cases for it - /** * A class that interfaces with the raw contents of a subreddit's `usernotes` * wiki page, automatically upgrading old storage schemas to the current version