Skip to content

Commit

Permalink
Minor codestyle refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
schlusslicht committed Jun 23, 2023
1 parent d72c9d6 commit c82b164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/queue/fade.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Provider, Target } from '@sgrud/core';
import { Queue, Router } from '@sgrud/shell';
import { Observable, delay, finalize, switchMap, timer } from 'rxjs';
import { delay, finalize, Observable, switchMap, timer } from 'rxjs';

@Target()
export class FadeQueue
Expand Down

0 comments on commit c82b164

Please sign in to comment.