Skip to content

Commit 202135d

Browse files
committed
Fix lint issues
1 parent 2e77aba commit 202135d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

frontend/src/app/api/projects/[id]/mastodon-credentials/__tests__/route.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ describe("POST /api/projects/[id]/mastodon-credentials", () => {
8080
"http://localhost/admin/sources?project=4&message=Mastodon+credentials+updated.",
8181
)
8282
})
83-
})
83+
})

frontend/src/app/api/projects/[id]/mastodon-credentials/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ export async function POST(
6767
buildRedirectUrl(request, redirectTo, { error: message }),
6868
)
6969
}
70-
}
70+
}

frontend/src/app/api/projects/[id]/verify-mastodon-credentials/__tests__/route.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ describe("POST /api/projects/[id]/verify-mastodon-credentials", () => {
8080
"http://localhost/admin/sources?error=Unable+to+verify+Mastodon+credentials.",
8181
)
8282
})
83-
})
83+
})

frontend/src/app/api/projects/[id]/verify-mastodon-credentials/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ export async function POST(
4545
buildRedirectUrl(request, redirectTo, { error: message }),
4646
)
4747
}
48-
}
48+
}

frontend/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)