-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to allow me to publish the package
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,6 +105,7 @@ export async function createEntity({ | |
); | ||
|
||
// Get additional props | ||
// @ts-expect-error Not sure why we have this error but this whole function is unused across our repos | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
MonkeyDo
Author
Member
|
||
const additionalProps = getAdditionalEntityProps(entityData, entityType); | ||
|
||
// Create entitySets | ||
|
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
Oops, I didn't realize this would prevent us from publishing on npm...
My new type definitions and the ones in this module are slightly incompatible. It might be possible to align them, but it wasn't worth wasting more time for this unused code.