mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
chore: move sortJsonKeys helper
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const { defaultLanguage } = require('./constants');
|
const { defaultLanguage } = require('./constants');
|
||||||
const sortJsonKeysAlphabetically = require('../sortJsonKeysAlphabetically');
|
const sortJsonKeysAlphabetically = require('./sortJsonKeysAlphabetically');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {string} file
|
* @param {string} file
|
||||||
|
|||||||
Reference in New Issue
Block a user