change message when app not deployed

This commit is contained in:
Martin McKeaveney 2021-11-08 15:26:44 +01:00
parent 035879d515
commit 9fb811a8da
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ exports.sync = async ctx => {
} catch (err) {
// the database doesn't exist. Don't replicate
ctx.body = {
message: "App sync completed successfully.",
message: "App sync not required, app not deployed.",
}
return
}