forked from jsnbuchanan/crowd-funder-for-time-pwa
rename "push" to "webPush" for future-proofing
This commit is contained in:
@@ -47,6 +47,6 @@ db.on("populate", () => {
|
||||
apiServer: AppString.DEFAULT_ENDORSER_API_SERVER,
|
||||
|
||||
// remember that things you add from now on aren't automatically in the DB for old users
|
||||
pushServer: AppString.DEFAULT_PUSH_SERVER,
|
||||
webPushServer: AppString.DEFAULT_PUSH_SERVER,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user