Skip to content

Commit

Permalink
Fix: Added missing wkt parser lib
Browse files Browse the repository at this point in the history
  • Loading branch information
shilob committed Jul 2, 2024
1 parent 20e5b2f commit 8d5f6cd
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
57 changes: 57 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"typescript-require": "~0.3.0",
"url-pattern": "^1.0.3",
"webpack": "^5.92.1",
"wkt-parser-helper": "^4.1.0",
"zone.js": "^0.14.7"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/api/services/OniService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const finished = promisify(stream.finished);
import {languageProfileURI} from "language-data-commons-vocabs";
import * as mime from 'mime-types';
import {ROCrate} from "ro-crate";
const { convertToWK } = require('wkt-parser-helper');
import { convertToWK } from 'wkt-parser-helper';

declare var sails: Sails;
declare var RecordsService, UsersService;
Expand Down

0 comments on commit 8d5f6cd

Please sign in to comment.