Skip to content

Commit

Permalink
fix: minor deepscan
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Oct 14, 2023
1 parent b29c6d2 commit d620425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { Router } from '@angular/router';
import { uniq } from 'underscore';
import { EMPTY } from 'rxjs';
import { catchError, debounceTime, filter, finalize, tap } from 'rxjs/operators';
import { distinctUntilChange, parsedInt } from '@gauzy/common-angular';
import { distinctUntilChange } from '@gauzy/common-angular';
import { CKEditor4 } from 'ckeditor4-angular/ckeditor';
import { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';
import { TranslationBaseComponent } from '../../language-base/translation-base.component';
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/core/crud/crud.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
UpdateResult
} from 'typeorm';
import { QueryDeepPartialEntity } from 'typeorm/query-builder/QueryPartialEntity';
import * as moment from 'moment';
// import * as moment from 'moment';
import { of as observableOf, throwError } from 'rxjs';
import { mergeMap } from 'rxjs/operators';
import { IPagination } from '@gauzy/contracts';
Expand Down

0 comments on commit d620425

Please sign in to comment.