mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-05 17:14:40 -04:00
Reformat code by yarn format
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
a7f35aaeec
commit
c2b6c6fe49
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