Make variable naming consistent

This commit is contained in:
1ilit
2024-03-15 16:37:22 +02:00
parent 1132edbbb3
commit 3ec93f42c6
24 changed files with 152 additions and 183 deletions

View File

@@ -1,4 +1,4 @@
import { sqlDataTypes } from "../data/data";
import { sqlDataTypes } from "../data/constants";
function getJsonType(f) {
if (!sqlDataTypes.includes(f.type)) {