]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/peertube-crypto.ts
Added translation using Weblate (Hebrew)
[github/Chocobozzz/PeerTube.git] / server / helpers / peertube-crypto.ts
index 394e97fd57fafb07aac0fc25e49c6c5a565d85fa..1655cd7b57bd9e4033a0aaf3b9130425c3ea385a 100644 (file)
@@ -6,7 +6,7 @@ import { logger } from './logger'
 import { cloneDeep } from 'lodash'
 import { createSign, createVerify } from 'crypto'
 import * as bcrypt from 'bcrypt'
-import { MActor } from '../typings/models'
+import { MActor } from '../types/models'
 
 const bcryptComparePromise = promisify2<any, string, boolean>(bcrypt.compare)
 const bcryptGenSaltPromise = promisify1<number, string>(bcrypt.genSalt)