Skip to content

Commit

Permalink
refactor: reorder import statements in sqlUtils.ts for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Jan 22, 2025
1 parent 6709a75 commit 8544bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/libs/sqlUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
/* eslint-disable no-useless-escape */
import { lineString, point, polygon } from '@turf/helpers';
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 customizations from '../customizations';
import { ClientCode } from '../interfaces/antares';
import { getArrayDepth } from './getArrayDepth';
import hexToBinary, { HexChar } from './hexToBinary';
import * as antares from 'common/interfaces/antares';

/**
* Escapes a string fo SQL use
Expand Down

0 comments on commit 8544bb5

Please sign in to comment.