diff options
Diffstat (limited to 'shared/extra-utils/server/stats-command.ts')
-rw-r--r-- | shared/extra-utils/server/stats-command.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/extra-utils/server/stats-command.ts b/shared/extra-utils/server/stats-command.ts index b51d9ceef..f0f02ca08 100644 --- a/shared/extra-utils/server/stats-command.ts +++ b/shared/extra-utils/server/stats-command.ts | |||
@@ -19,6 +19,7 @@ export class StatsCommand extends AbstractCommand { | |||
19 | 19 | ||
20 | path, | 20 | path, |
21 | query, | 21 | query, |
22 | implicitToken: false, | ||
22 | defaultExpectedStatus: HttpStatusCode.OK_200 | 23 | defaultExpectedStatus: HttpStatusCode.OK_200 |
23 | }) | 24 | }) |
24 | } | 25 | } |