upd: change handling of suggestions and status trends

This commit is contained in:
Mar0xy 2023-10-31 11:31:31 +01:00
parent 20a8bb0467
commit d15c588080
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 30 additions and 73 deletions

View file

@ -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.
*