mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-10 08:19:16 -05:00
server-ts: Port anonymization service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const anonymizationService = require('../src/services/anonymization.js');
|
||||
const anonymizationService = require('../src/services/anonymization');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user