Fix copy on reponse message
This commit is contained in:
parent
a5c145d9f6
commit
50565dc226
|
@ -197,6 +197,6 @@ export async function removeUserFromApp(ctx: Ctx) {
|
|||
})
|
||||
}
|
||||
ctx.body = {
|
||||
message: `User ${userId} deleted from ${prodAppId} and ${"devapp"}.`,
|
||||
message: `User ${userId} deleted from ${prodAppId} and ${devAppId}.`,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue