Skip to content

Commit 9b5e3db

Browse files
authored
Merge pull request #1145 from peer-42seoul/fix/remove-test-code
[FIX] 테스트 코드 제거
2 parents db858d5 + 9b67436 commit 9b5e3db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/createGithubIssue.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ export const createGithubIssue = async ({
6666
type,
6767
tagList,
6868
})
69-
// FIXME : 테스트용
70-
console.log(process.env.NEXT_PUBLIC_GITHUB_TOKEN)
69+
7170
try {
7271
await octokit.rest.issues.create({
7372
owner: 'peer-42seoul',

0 commit comments

Comments
 (0)