Merge branch 'staging' into 'dev'
# Conflicts: # src/handlers/account/index.ts
This commit is contained in:
commit
462dc9ea90
@ -59,6 +59,7 @@ export const getAccountByID = async (request: GetAccountRequest, reply: FastifyR
|
||||
}
|
||||
|
||||
return account;
|
||||
<<<<<<< src/handlers/account/index.ts
|
||||
};
|
||||
|
||||
export const getAccount = async (request: GetAccountRequest, reply: FastifyReply) => {
|
||||
@ -75,6 +76,8 @@ export const getAccount = async (request: GetAccountRequest, reply: FastifyReply
|
||||
}
|
||||
|
||||
return account;
|
||||
=======
|
||||
>>>>>>> src/handlers/account/index.ts
|
||||
};
|
||||
|
||||
export const setAccountRole = async (request: SetAccountRoleRequest, reply: FastifyReply) => {
|
||||
|
Loading…
Reference in New Issue
Block a user