Fix copy on reponse message

This commit is contained in:
Adria Navarro 2023-01-13 13:33:40 +00:00
parent a5c145d9f6
commit 50565dc226
1 changed files with 1 additions and 1 deletions

View File

@ -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}.`,
}
}