mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
style(note-metadata): remove unused imports
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
f63c15c1ab
commit
e09cdd5162
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ import {
|
||||||
ValidateNested,
|
ValidateNested,
|
||||||
} from 'class-validator';
|
} from 'class-validator';
|
||||||
|
|
||||||
import { GroupInfoDto } from '../groups/group-info.dto';
|
|
||||||
import { UserInfoDto } from '../users/user-info.dto';
|
|
||||||
|
|
||||||
export class NoteUserPermissionEntryDto {
|
export class NoteUserPermissionEntryDto {
|
||||||
/**
|
/**
|
||||||
* Username of the User this permission applies to
|
* Username of the User this permission applies to
|
||||||
|
|
Loading…
Reference in a new issue