Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
feat: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Dec 14, 2021
1 parent 062c7be commit f09c6b8
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 127 deletions.
4 changes: 2 additions & 2 deletions lib/import/import.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ export class ImportService {
await this.client
.addContentType()
.withData((builder) => {
return contentType;
return contentType as any;
})
.toPromise()
.then((response) => {
Expand Down Expand Up @@ -760,7 +760,7 @@ export class ImportService {
name: contentTypeSnippet.name,
codename: contentTypeSnippet.codename,
external_id: contentTypeSnippet.external_id
};
} as any;
})
.toPromise()
.then((response) => {
Expand Down
Loading

0 comments on commit f09c6b8

Please sign in to comment.