mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-11 02:00:37 +08:00
Make variable naming consistent
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { sqlDataTypes } from "../data/data";
|
||||
import { sqlDataTypes } from "../data/constants";
|
||||
|
||||
function getJsonType(f) {
|
||||
if (!sqlDataTypes.includes(f.type)) {
|
||||
|
||||
Reference in New Issue
Block a user