1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Fix copy on reponse message

This commit is contained in:
Adria Navarro 2023-01-13 13:33:40 +00:00
parent a5c145d9f6
commit 50565dc226

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