Skip to content

Commit 73a1273

Browse files
Build Error
Export setupGithubWebhookAction doesn't exist in target mo
1 parent 0fb8312 commit 73a1273

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/app/(app)/projects/[id]/actions.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,5 +2108,3 @@ export async function setupGithubWebhookAction(
21082108
return { error: errorMessage };
21092109
}
21102110
}
2111-
2112-

src/lib/db.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,5 +1328,3 @@ export async function deleteProjectAnnouncement(announcementUuid: string): Promi
13281328
const result = await connection.run('DELETE FROM project_announcements WHERE uuid = ?', announcementUuid);
13291329
return result.changes ? result.changes > 0 : false;
13301330
}
1331-
1332-

0 commit comments

Comments
 (0)