mirror of
https://github.com/zadam/trilium.git
synced 2024-11-17 13:14:44 +08:00
11 lines
No EOL
183 B
JavaScript
11 lines
No EOL
183 B
JavaScript
"use strict";
|
|
|
|
const anonymization = require('../../services/anonymization');
|
|
|
|
async function anonymize() {
|
|
await anonymization.anonymize();
|
|
}
|
|
|
|
module.exports = {
|
|
anonymize
|
|
}; |