Skip to content

Commit

Permalink
Update src/api/model/message.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev authored Jun 26, 2024
1 parent dfec33a commit 9c30978
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/model/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export interface Message {
isAvatar: boolean;
lastUpdateFromServerTs: number;
invokedBotWid: null | WID;

Check failure on line 75 in src/api/model/message.ts

View workflow job for this annotation

GitHub Actions / lint

Cannot find name 'WID'. Did you mean 'Wid'?

Check failure on line 75 in src/api/model/message.ts

View workflow job for this annotation

GitHub Actions / lint

Property 'invokedBotWid' of exported interface has or is using private name 'WID'.

Check failure on line 75 in src/api/model/message.ts

View workflow job for this annotation

GitHub Actions / lint

Cannot find name 'WID'. Did you mean 'Wid'?

Check failure on line 75 in src/api/model/message.ts

View workflow job for this annotation

GitHub Actions / lint

Property 'invokedBotWid' of exported interface has or is using private name 'WID'.

Check failure on line 75 in src/api/model/message.ts

View workflow job for this annotation

GitHub Actions / build

Cannot find name 'WID'. Did you mean 'Wid'?

Check failure on line 75 in src/api/model/message.ts

View workflow job for this annotation

GitHub Actions / build

Property 'invokedBotWid' of exported interface has or is using private name 'WID'.

Check failure on line 75 in src/api/model/message.ts

View workflow job for this annotation

GitHub Actions / build

Cannot find name 'WID'. Did you mean 'Wid'?

Check failure on line 75 in src/api/model/message.ts

View workflow job for this annotation

GitHub Actions / build

Property 'invokedBotWid' of exported interface has or is using private name 'WID'.
invokedBotWid: null; //TODO: amend this type definition
bizBotType: null; //TODO: amend this type definition
botResponseTargetId: null; //TODO: amend this type definition
botPluginType: null; //TODO: amend this type definition
Expand Down

0 comments on commit 9c30978

Please sign in to comment.