diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-19 08:25:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-19 08:26:22 +0100 |
commit | 5d3c5f27977bf8d690a606c65a0f8ce11f4341ed (patch) | |
tree | 3ad1a5f5ea8d50d3bdbd248053d09cd343a3bf8d /shared/extra-utils/users/notifications-command.ts | |
parent | 4842e518be6fa3fc6f92e1e6475549ce9c173b74 (diff) | |
download | PeerTube-5d3c5f27977bf8d690a606c65a0f8ce11f4341ed.tar.gz PeerTube-5d3c5f27977bf8d690a606c65a0f8ce11f4341ed.tar.zst PeerTube-5d3c5f27977bf8d690a606c65a0f8ce11f4341ed.zip |
Fix typo
Diffstat (limited to 'shared/extra-utils/users/notifications-command.ts')
-rw-r--r-- | shared/extra-utils/users/notifications-command.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
71 | }) | 71 | }) |
72 | } | 72 | } |
73 | 73 | ||
74 | async getLastest (options: OverrideCommandOptions = {}) { | 74 | async getLatest (options: OverrideCommandOptions = {}) { |
75 | const { total, data } = await this.list({ | 75 | const { total, data } = await this.list({ |
76 | ...options, | 76 | ...options, |
77 | start: 0, | 77 | start: 0, |