We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76929c3 commit 3fd29c0Copy full SHA for 3fd29c0
storage/framework/stacks/dashboard/src/stores/git.ts
@@ -9,7 +9,7 @@ const numberOfCommits = 10;
9
// Assuming you are using a library like Axios for HTTP requests
10
const apiUrl = `https://api.github.com/repos/${owner}/${repo}`
11
12
-const token = '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'
+const token = ''
13
14
export const useGitStore = defineStore('git', {
15
state: (): any => {
0 commit comments