Skip to content

Commit a48a6b2

Browse files
committed
fix: add missing space
1 parent d62376c commit a48a6b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/api/entities/users-api/Users.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export class Users extends ApiClient {
117117
throw new Error(`Error updating email extensions: ${error}`);
118118
}
119119
}
120+
120121
async getCurrentUserEmailExtension() {
121122
let users = await this.getUsers()
122123
let usersJsonObject = await users?.json()

0 commit comments

Comments
 (0)