Skip to content

Commit

Permalink
feat(metadata-sidebar): global token update
Browse files Browse the repository at this point in the history
  • Loading branch information
karolinaru committed Aug 19, 2024
1 parent deaa096 commit d8fbda0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MetadataSidebarRedesign from '../MetadataSidebarRedesign';
import ContentSidebar from '../ContentSidebar';

const fileIdWithNoMetadata = '416047501580';
const token = global.TOKEN;
const token = 'P1n3ID8nYMxHRWvenDatQ9k6JKzWzYrz'; // global.TOKEN should be used this but throws error in tsx file and can't be pushed
const mockFeatures = {
'metadata.redesign.enabled': true,
};
Expand Down

0 comments on commit d8fbda0

Please sign in to comment.