Skip to content

Commit

Permalink
fix: update employee metadata account id
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Oct 30, 2020
1 parent a2c26c3 commit b85e76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerdlets/maintainer-dashboard/util/storageUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { id } from '../../../nr1.json';
const DASHBOARD_MAJOR_VERSION = 1;
const GH_TOKEN_KEY = `${id}-githubToken-v${DASHBOARD_MAJOR_VERSION}`;
const SETTINGS_KEY = `${id}-ospoSettings-v${DASHBOARD_MAJOR_VERSION}`;
const EMPLOYEE_METADATA_ACCOUNT_ID = 2928503;
const EMPLOYEE_METADATA_ACCOUNT_ID = ***REMOVED***;
const EMPLOYEE_METADATA_COLLECTION = `${id}-employeeMetadata-v${DASHBOARD_MAJOR_VERSION}`;
const EMPLOYEE_METADATA_DOCUMENT = EMPLOYEE_METADATA_COLLECTION;

Expand Down

0 comments on commit b85e76f

Please sign in to comment.