upd: change handling of suggestions and status trends
This commit is contained in:
parent
20a8bb0467
commit
d15c588080
2 changed files with 30 additions and 73 deletions
|
@ -1041,7 +1041,7 @@ export interface MegalodonInterface {
|
|||
*
|
||||
* @return Array of lists.
|
||||
*/
|
||||
getLists(id: string): Promise<Response<Array<Entity.List>>>
|
||||
getLists(id?: string): Promise<Response<Array<Entity.List>>>
|
||||
/**
|
||||
* Show a single list.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue