rename "push" to "webPush" for future-proofing

This commit is contained in:
2023-12-02 15:28:32 -07:00
parent ee6a344daf
commit 3bf8fd0c22
4 changed files with 15 additions and 15 deletions

View File

@@ -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,
});
});