This commit is contained in:
Peter Maquiran
2022-03-28 21:47:10 +01:00
parent efa0f8df12
commit c35d14d970
7 changed files with 21 additions and 14 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
import { models } from '../../plugin/beast-orm/'
import { models } from 'beast-orm'
import { AESEncrypt } from '../services/aesencrypt.service'
const _AESEncrypt = new AESEncrypt()
@@ -39,4 +39,7 @@ models.register({
type: 'indexedDB',
version: 4,
models: [MessageModel, DeleteMessageModel]
})
})
window['MessageModel'] = MessageModel