This commit is contained in:
oat 2020-09-02 18:11:49 +03:00
parent 072780bc0f
commit 69d93c1f9f
Signed by untrusted user who does not match committer: oat
GPG Key ID: DD83A9617A252385
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import * as mongoose from 'mongoose';
import { Int32 } from 'mongoose-int32';
import * as Int32 from 'mongoose-int32';
const Schema = mongoose.Schema;