Skip to content

Commit 7944ef9

Browse files
author
DylanBulmer
committed
fix build error
1 parent 94713cc commit 7944ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/admin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class Administration {
174174
try {
175175
const u = await this.updateUser(user, update);
176176
users.push(u.details);
177-
} catch (e) {
177+
} catch (e: any) {
178178
errors.push(e);
179179
}
180180
}

0 commit comments

Comments
 (0)