Skip to content

Commit

Permalink
Remove uneccessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
casparneumann-cap committed Nov 1, 2023
1 parent ca5e12d commit bcffb77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
type ILibraryName,
type ILibraryStorage,
} from '@lumieducation/h5p-server';
import { ConflictException, Inject, Injectable, NotAcceptableException, NotFoundException } from '@nestjs/common';
import { ConflictException, Inject, Injectable, NotFoundException } from '@nestjs/common';
import { S3ClientAdapter } from '@shared/infra/s3-client';
import mime from 'mime';
import path from 'node:path/posix';
Expand Down

0 comments on commit bcffb77

Please sign in to comment.