1
0

upd: update misskey support in megalodon

This commit is contained in:
Mar0xy
2023-09-24 14:44:55 +02:00
parent 1501ab261d
commit c85857f242
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1041,7 +1041,7 @@ export interface MegalodonInterface {
*
* @return Array of lists.
*/
getLists(): Promise<Response<Array<Entity.List>>>
getLists(id: string): Promise<Response<Array<Entity.List>>>
/**
* Show a single list.
*