aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils')
-rw-r--r--shared/extra-utils/users/users.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/users/users.ts b/shared/extra-utils/users/users.ts
index 766189dfe..08b7743a6 100644
--- a/shared/extra-utils/users/users.ts
+++ b/shared/extra-utils/users/users.ts
@@ -29,7 +29,7 @@ function createUser (parameters: CreateUserArgs) {
29 videoQuota = 1000000, 29 videoQuota = 1000000,
30 videoQuotaDaily = -1, 30 videoQuotaDaily = -1,
31 role = UserRole.USER, 31 role = UserRole.USER,
32 specialStatus = 201 32 specialStatus = 200
33 } = parameters 33 } = parameters
34 34
35 const path = '/api/v1/users' 35 const path = '/api/v1/users'