Skip to content

Commit e854862

Browse files
committed
prettier
1 parent a0bb092 commit e854862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,8 @@ export type TasksQuery = {
550550
limit?: number;
551551
from?: number;
552552
/**
553-
* If true, the tasks are returned in reverse order (requires Meilisearch 1.12.0 or later)
553+
* If true, the tasks are returned in reverse order (requires Meilisearch
554+
* 1.12.0 or later)
554555
*/
555556
reverse?: boolean;
556557
};

0 commit comments

Comments
 (0)