mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
migration script to camel case
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const express = require('express');
|
||||
const router = express.Router();
|
||||
const auth = require('../services/auth');
|
||||
const sourceId = require('../services/sourceId');
|
||||
const sourceId = require('../services/source_id');
|
||||
const sql = require('../services/sql');
|
||||
const wrap = require('express-promise-wrap').wrap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user