Skip to content

Commit

Permalink
feat(notion): Update auto track config
Browse files Browse the repository at this point in the history
  • Loading branch information
with-shrey committed Sep 26, 2024
1 parent bd895a2 commit 1f76bad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/content/notion.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ togglbutton.render(
const link = togglbutton.createTimerLink({
className: 'notion',
description: getDescription,
autoTrackerKey: "side_peek"
autoTrackable: true,
});

const wrapper = createWrapper(link);
Expand Down Expand Up @@ -77,7 +77,6 @@ togglbutton.render(
const link = togglbutton.createTimerLink({
className: 'notion',
description: getDescription,
autoTrackerKey: "document"
});

const wrapper = createWrapper(link);
Expand Down

0 comments on commit 1f76bad

Please sign in to comment.