Skip to content

Commit 3fd29c0

Browse files
committed
chore: wip
1 parent 76929c3 commit 3fd29c0

File tree

1 file changed

+1
-1
lines changed
  • storage/framework/stacks/dashboard/src/stores

1 file changed

+1
-1
lines changed

storage/framework/stacks/dashboard/src/stores/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const numberOfCommits = 10;
99
// Assuming you are using a library like Axios for HTTP requests
1010
const apiUrl = `https://api.github.com/repos/${owner}/${repo}`
1111

12-
const token = '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'
12+
const token = ''
1313

1414
export const useGitStore = defineStore('git', {
1515
state: (): any => {

0 commit comments

Comments
 (0)