chore: replace todo with issue reference

This commit is contained in:
fryorcraken.eth 2022-09-05 21:49:23 +10:00
parent ac48792e0e
commit f44e13885c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 2 deletions

View File

@ -270,8 +270,7 @@ export class WakuMessage {
} }
get version(): number { get version(): number {
// TODO: absent value should be replaced by default // https://github.com/status-im/js-waku/issues/921
// value of the type by the protobuf decoder
return this.proto.version ?? 0; return this.proto.version ?? 0;
} }