Skip to content

Commit

Permalink
Update APIJSONVerifier.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon authored Jun 2, 2024
1 parent 3e5e651 commit 9b9cf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/apijson/framework/APIJSONVerifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public static <T> JSONObject initAccess(boolean shutdownWhenServerError, APIJSON
newMap.put(alias, map);
fakeDeleteMap.put(alias, fakemap);
newTKMap.put(alias, name);
tableSchemaMap.put(alias,schema);
tableSchemaMap.put(alias, schema);

if (ENABLE_VERIFY_COLUMN) {
JSONObject columns = item.getJSONObject("columns");
Expand Down

0 comments on commit 9b9cf81

Please sign in to comment.