Skip to content

Commit

Permalink
Update Notifications.ts
Browse files Browse the repository at this point in the history
To remove the protocol version
  • Loading branch information
cristian-recoseanu committed Jul 20, 2023
1 parent e0ac4a4 commit 14815ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/NCProtocol/Notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class ProtocolNotification extends ProtocolWrapper
public constructor(
notifications: NcNotification[])
{
super('1.0.0', MessageType.Notification);
super(MessageType.Notification);

this.notifications = notifications;
}
Expand Down

0 comments on commit 14815ac

Please sign in to comment.