upd: change handling of suggestions and status trends
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user