From 83c8f9731e87749de795968905b45287f3bb2981 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 13 Jun 2022 12:05:13 +0200 Subject: [PATCH] remove duplicate file --- database/entity/ContributionLink.ts | 2 +- database/entity/ContributionLinks.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 database/entity/ContributionLinks.ts diff --git a/database/entity/ContributionLink.ts b/database/entity/ContributionLink.ts index 721dfd2b3..c7e4e2b7e 100644 --- a/database/entity/ContributionLink.ts +++ b/database/entity/ContributionLink.ts @@ -1 +1 @@ -export { ContributionLinks } from './0038-add_contribution_links_table/ContributionLinks' +export { ContributionLink } from './0038-add_contribution_links_table/ContributionLink' diff --git a/database/entity/ContributionLinks.ts b/database/entity/ContributionLinks.ts deleted file mode 100644 index c7e4e2b7e..000000000 --- a/database/entity/ContributionLinks.ts +++ /dev/null @@ -1 +0,0 @@ -export { ContributionLink } from './0038-add_contribution_links_table/ContributionLink'