mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
Reformat code by yarn format
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
5920a1c72f
commit
22aaa956a7
8 changed files with 73 additions and 62 deletions
|
@ -4,11 +4,9 @@
|
|||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
|
||||
|
||||
import { IsString } from 'class-validator';
|
||||
|
||||
export class MediaUploadUrlDto {
|
||||
@IsString()
|
||||
link: string
|
||||
link: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue