diff --git a/client/js/types.d.ts b/client/js/types.d.ts index f1883435..6cbb45dc 100644 --- a/client/js/types.d.ts +++ b/client/js/types.d.ts @@ -55,7 +55,7 @@ type NetChan = { }; type ClientMention = SharedMention & { - localetime: string; + localetime: string; // TODO: this needs to go the way of the dodo, nothing but a single component uses it channel: NetChan | null; };