update version

This commit is contained in:
Peter Maquiran
2022-03-27 20:09:30 +01:00
parent 51e83d3003
commit 3bcbacae9a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { models } from '../../plugin/beast-orm/dist/src/'
import { models } from 'beast-orm'
import { AESEncrypt } from '../services/aesencrypt.service'
const _AESEncrypt = new AESEncrypt()