Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bkalaldeh committed Feb 29, 2024
1 parent 3f8bc2b commit fac3865
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BuildFireSDK",
"version": "1.95.5",
"version": "1.95.6",
"description": "This SDK helps in building BuildFire Plugins",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions pluginTester/scripts/overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ postMaster.servicePluginAPIs.service.tag = 'service';
};
}

console.log('postMaster initialized');

///override the authAPI.getCurrentUser to return auth
authAPI.secondaryUserLookup = function () {
if (isOriginatingFromApp()) {
Expand Down

0 comments on commit fac3865

Please sign in to comment.