Skip to content

Commit 62617b0

Browse files
committed
fix: add missing import
1 parent 5991297 commit 62617b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/validation/song/dto/SongView.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99

1010
import { SongStats } from '@shared/validation/song/dto/SongStats';
1111

12-
import type { CategoryType, VisibilityType } from './types';
12+
import type { CategoryType, LicenseType, VisibilityType } from './types';
1313
import { SongDocument } from '../../../../server/src/song/entity/song.entity';
1414

1515
export type SongViewUploader = {

0 commit comments

Comments
 (0)