mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
removed audit_log
This commit is contained in:
@@ -48,10 +48,6 @@ function hmac(secret, value) {
|
||||
return hmac.digest('base64');
|
||||
}
|
||||
|
||||
function browserId(req) {
|
||||
return req == null ? null : req.get('x-browser-id');
|
||||
}
|
||||
|
||||
function isElectron() {
|
||||
return !!process.versions['electron'];
|
||||
}
|
||||
@@ -81,7 +77,6 @@ module.exports = {
|
||||
toBase64,
|
||||
fromBase64,
|
||||
hmac,
|
||||
browserId,
|
||||
isElectron,
|
||||
formatTwoTimestamps,
|
||||
hash
|
||||
|
||||
Reference in New Issue
Block a user