-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: desinstaller les anciennes contributions de l'admin (#1326)
* feat: desinstaller les anciennes contributions de l'admin * chore: clean * chore: clean * chore: yarn lock * chore: clean * chore: clean * feat: remove all old contrib * fix: remove old contrib from alert cli * remove package contribution * chore: clean --------- Co-authored-by: Victor <[email protected]>
- Loading branch information
Showing
353 changed files
with
235 additions
and
23,714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
148 changes: 0 additions & 148 deletions
148
...ts/alert-cli/src/diff/dila/extractReferences/contribution/__tests__/getOldContrib.test.ts
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
targets/alert-cli/src/diff/dila/extractReferences/contribution/getOldContribRef.ts
This file was deleted.
Oops, something went wrong.
4 changes: 1 addition & 3 deletions
4
targets/alert-cli/src/diff/dila/extractReferences/contribution/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import type { DocumentReferences } from "@shared/types"; | ||
import memoizee from "memoizee"; | ||
import { getContributionsReferences } from "./getContributionsReferences"; | ||
import { getOldContribRef } from "./getOldContribRef"; | ||
|
||
async function getContributionReferences(): Promise<DocumentReferences[]> { | ||
const references = await getContributionsReferences(); | ||
const oldReferences = await getOldContribRef(); | ||
|
||
return [...references, ...oldReferences]; | ||
return [...references]; | ||
} | ||
|
||
export default memoizee(getContributionReferences, { promise: true }); |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.