Need to work on not havnig the account ID set

This commit is contained in:
Scott Idem
2024-02-22 22:16:49 -05:00
parent 02f693c13e
commit 740baa689e
3 changed files with 74 additions and 16 deletions

View File

@@ -601,7 +601,10 @@ export let get_ae_obj_id_crud = async function get_ae_obj_id_crud({
}
if (no_account_id) {
headers['x_no_account_id_token'] = 'Nothing to See Here'; // get_object() will fix the underscores to dashes
headers['x-no-account-id'] = 'Nothing to See Here';
// params['x_no_account_id_token'] = 'Nothing to See Here';
// headers['x-account-id'] = null;
// headers['x-no-account-id-token'] = 'Nothing to See Here'; // get_object() will fix the underscores to dashes
}
let object_obj_get_promise = await get_object({