Skip to content

Commit 2f5cfc1

Browse files
committed
Cli update for users create and update
1 parent 35a69f2 commit 2f5cfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/event-system/services/users/users.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ module.exports = {
647647
const buildableId = get(_user, 'client.buildableId');
648648
const containerId = get(_user, 'client.containers[0]._id');
649649

650-
const token = await this.createToken({
650+
const token = this.createToken({
651651
_id,
652652
email,
653653
username,

0 commit comments

Comments
 (0)