change message when app not deployed
This commit is contained in:
parent
035879d515
commit
9fb811a8da
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue