diff options
author | Geireann <60007097+geireann@users.noreply.github.com> | 2022-02-15 13:28:13 -0500 |
---|---|---|
committer | Geireann <60007097+geireann@users.noreply.github.com> | 2022-02-15 13:28:13 -0500 |
commit | d58b6a077930454cd7b1f6b9c24aa3ac58c0683d (patch) | |
tree | e60db9a1f2fba37096cecba770d267ddeb39969c /src/client/documents/Documents.ts | |
parent | 4cdfa6c29701d372064eb4dc612807a27cb19857 (diff) |
fixed some syntax errors
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 80c3f9168..ff9ac4c8c 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -14,7 +14,8 @@ import { Cast, NumCast, StrCast } from "../../fields/Types"; import { AudioField, ImageField, MapField, PdfField, VideoField, WebField, YoutubeField } from "../../fields/URLField"; import { SharingPermissions } from "../../fields/util"; import { Upload } from "../../server/SharedMediaTypes"; -import { OmitKeys, Utils } from "../../Utils"; +import { OmitKeys, Utils } fr +om "../../Utils"; import { YoutubeBox } from "../apis/youtube/YoutubeBox"; import { DocServer } from "../DocServer"; import { Networking } from "../Network"; |