mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
refactor: reorder import statements in sqlUtils.ts for consistency
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
/* eslint-disable no-useless-escape */
|
/* eslint-disable no-useless-escape */
|
||||||
import { lineString, point, polygon } from '@turf/helpers';
|
import { lineString, point, polygon } from '@turf/helpers';
|
||||||
import { BIT, BLOB, DATE, DATETIME, FLOAT, IS_MULTI_SPATIAL, NUMBER, SPATIAL, TEXT_SEARCH } from 'common/fieldTypes';
|
import { BIT, BLOB, DATE, DATETIME, FLOAT, IS_MULTI_SPATIAL, NUMBER, SPATIAL, TEXT_SEARCH } from 'common/fieldTypes';
|
||||||
|
import * as antares from 'common/interfaces/antares';
|
||||||
import * as moment from 'moment';
|
import * as moment from 'moment';
|
||||||
|
|
||||||
import customizations from '../customizations';
|
import customizations from '../customizations';
|
||||||
import { ClientCode } from '../interfaces/antares';
|
import { ClientCode } from '../interfaces/antares';
|
||||||
import { getArrayDepth } from './getArrayDepth';
|
import { getArrayDepth } from './getArrayDepth';
|
||||||
import hexToBinary, { HexChar } from './hexToBinary';
|
import hexToBinary, { HexChar } from './hexToBinary';
|
||||||
import * as antares from 'common/interfaces/antares';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Escapes a string fo SQL use
|
* Escapes a string fo SQL use
|
||||||
|
Reference in New Issue
Block a user