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