Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
nknguyenhc committed Jan 31, 2024
1 parent ebec2ff commit 8896267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/upload.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Injectable } from '@angular/core';
import { of, throwError } from 'rxjs';
import { catchError, mergeMap } from 'rxjs/operators';
import { uuid } from '../../shared/lib/uuid';
import { GithubService } from './github.service';
import { ERRORCODE_NOT_FOUND } from './error-handling.service';
import { GithubService } from './github.service';

const SUPPORTED_VIDEO_FILE_TYPES = ['mp4', 'mov'];
export const SUPPORTED_FILE_TYPES = [
Expand Down

0 comments on commit 8896267

Please sign in to comment.