1
0
Fork 0
mirror of synced 2024-06-16 01:14:48 +12:00

change message when app not deployed

This commit is contained in:
Martin McKeaveney 2021-11-08 15:26:44 +01:00
parent 42e9286c68
commit 0b6e6b35e8

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
}