Skip to content

Commit

Permalink
refactor(octra): update ngx-jodit version
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Sep 29, 2023
1 parent 1c70c48 commit 9ecc897
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class TsWorker {
if (this.getRunningJobID() < 0) {
// no job running, start first job
const job = this.getFirstFreeJob();
if (!(job === undefined || job === undefined)) {
if (!(job === undefined || job === null)) {
job.changeStatus(TsWorkerStatus.RUNNING);
this.run(this._queue[0])
.then((result: any) => {
Expand Down
2 changes: 1 addition & 1 deletion libs/web-media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@octra/web-media",
"version": "0.0.5",
"version": "0.0.6",
"peerDependencies": {
"rxjs": "^7.6.0",
"platform": "^1.3.6",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"luxon": "^3.0.4",
"modernizr": "^3.12.0",
"ngrx-wieder": "^11.0.0",
"ngx-jodit": "^1.0.7",
"ngx-jodit": "^1.0.8",
"ngx-webstorage": "^12.0.0",
"node-ssh": "^13.0.0",
"platform": "^1.3.6",
Expand Down

0 comments on commit 9ecc897

Please sign in to comment.