More code clean up
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
if (!event_file_obj?.open_in_os) new_val = 'win';
|
||||
else if (event_file_obj?.open_in_os == 'win') new_val = 'mac';
|
||||
else new_val = null;
|
||||
await api.update_ae_obj_v3({
|
||||
await api.update_ae_obj({
|
||||
api_cfg: $ae_api,
|
||||
obj_type: 'event_file',
|
||||
obj_id: event_file_id,
|
||||
|
||||
Reference in New Issue
Block a user