Skip to content

Commit

Permalink
token remove
Browse files Browse the repository at this point in the history
  • Loading branch information
gitdog01 committed Dec 27, 2023
1 parent 3e79526 commit d99e877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/v1/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ router.get("/test", async (req, res) => {
});

router.get("/data", async (req, res) => {
const accessToken = "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";
const { accessToken } = req.body;

const user = await getUser(accessToken);
const userName = user.login;
Expand Down

0 comments on commit d99e877

Please sign in to comment.