File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 6161<script setup>
6262 import schemas from " @geode/opengeodeweb-back/schemas.json"
6363 const schema = schemas .opengeodeweb_back .geode_objects_and_output_extensions
64- const json_data = schemas
6564 const emit = defineEmits ([
6665 " update_values" ,
6766 " increment_step" ,
Original file line number Diff line number Diff line change 1111 import schemas from " @geode/opengeodeweb-back/schemas.json"
1212
1313 const schema = schemas .opengeodeweb_back .allowed_files
14-
15- const json_data = schemas
16-
1714 const emit = defineEmits ([
1815 " update_values" ,
1916 " increment_step" ,
Original file line number Diff line number Diff line change @@ -35,11 +35,8 @@ export function api_fetch(
3535 console . log ( "methods" , methods )
3636
3737 const indexOf = methods . indexOf ( "OPTIONS" )
38- // console.log("indexOf", indexOf)
3938 const splice = methods . splice ( indexOf , 1 )
40- // console.log("splice", splice)
4139 const method = splice [ 0 ]
42- // console.log("splice", splice)
4340
4441 const request_options = {
4542 method : method ,
You can’t perform that action at this time.
0 commit comments