Skip to content

Commit 555277f

Browse files
committed
fix build error
1 parent bd9beca commit 555277f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ export const getRepoImage = async (repoId: number, domain: string): Promise<Arra
17361736
return notFound();
17371737
}
17381738

1739-
let authHeaders: Record<string, string> = {};
1739+
const authHeaders: Record<string, string> = {};
17401740
for (const { connection } of repo.connections) {
17411741
try {
17421742
if (connection.connectionType === 'github') {

0 commit comments

Comments
 (0)