ch-a-os / DocSort

Digitize and access everything, everywhere.
GNU General Public License v3.0
0 stars 1 forks source link

Remove unnecessary imports in Document.Schema #92

Closed ghost closed 5 years ago

ghost commented 5 years ago

Remove

import { IDocument } from "./document.interface";
import { Document } from "./document.model";

in document.schema.ts since they are not needed.