From 5d3c5f27977bf8d690a606c65a0f8ce11f4341ed Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 Nov 2021 08:25:07 +0100 Subject: Fix typo --- shared/extra-utils/users/notifications-command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/extra-utils/users/notifications-command.ts') diff --git a/shared/extra-utils/users/notifications-command.ts b/shared/extra-utils/users/notifications-command.ts index 2d79a3747..692420b8b 100644 --- a/shared/extra-utils/users/notifications-command.ts +++ b/shared/extra-utils/users/notifications-command.ts @@ -71,7 +71,7 @@ export class NotificationsCommand extends AbstractCommand { }) } - async getLastest (options: OverrideCommandOptions = {}) { + async getLatest (options: OverrideCommandOptions = {}) { const { total, data } = await this.list({ ...options, start: 0, -- cgit v1.2.3