Remove obsolete TODO

This commit is contained in:
Kristóf Tóth 2018-03-21 16:17:35 +01:00
parent 138fccbe77
commit 18b93ecaf8

View File

@ -1,5 +1,5 @@
export class WSMessage<T> { export class WSMessage<T> {
key: string; key: string;
trigger?: string; trigger?: string;
data: T; // TODO: sane annotation data: T;
} }