Not sure...

This commit is contained in:
Scott Idem
2024-10-02 13:55:33 -04:00
parent 0e7df79bab
commit 1004104de0
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ export let patch_object = async function patch_object(
params={}, params={},
data={}, data={},
return_meta=false, return_meta=false,
log_lvl=0 log_lvl = 3
}: { }: {
api_cfg: any, api_cfg: any,
endpoint: string, endpoint: string,

View File

@@ -229,7 +229,7 @@ export async function handle_update_ae_obj__event_file(
event_file_id, event_file_id,
data_kv, data_kv,
params = {}, params = {},
log_lvl = 0 log_lvl = 3
}: { }: {
api_cfg: any, api_cfg: any,
event_file_id: string, event_file_id: string,

View File

@@ -317,7 +317,7 @@ export let update_ae_obj_id_crud = async function update_ae_obj_id_crud(
return_obj = false, return_obj = false,
obj_v_name = '', obj_v_name = '',
return_meta = false, return_meta = false,
log_lvl = 0 log_lvl = 3
}: { }: {
api_cfg: any, api_cfg: any,
obj_type: string, obj_type: string,

View File

@@ -316,7 +316,7 @@ onMount(() => {
api_cfg: $ae_api, api_cfg: $ae_api,
event_file_id: event_file_obj.event_file_id_random, event_file_id: event_file_obj.event_file_id_random,
data_kv: event_file_data, data_kv: event_file_data,
log_lvl: 2 log_lvl: 3
}) })
.then (function (update_results) { .then (function (update_results) {
console.log(`Update results:`, update_results); console.log(`Update results:`, update_results);