Need to work on not havnig the account ID set
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user