-
Couldn't load subscription status.
- Fork 109
Closed
Description
Line 381 in 776a148
| save(data: string, fromId?: string, toId?: string): Promise<any>; |
The line should read:
save(data: any, fromId?: string, toId?: string): Promise;
In TypeScript, it is requiring the data parameter to be a string instead of also allowing an object or properties.
Metadata
Metadata
Assignees
Labels
No labels