More code clean up
This commit is contained in:
@@ -377,7 +377,7 @@ export async function create_ae_obj__sponsorship({
|
||||
data: any;
|
||||
log_lvl?: number;
|
||||
}) {
|
||||
return await api.create_ae_obj_v3({
|
||||
return await api.create_ae_obj({
|
||||
api_cfg,
|
||||
obj_type: 'sponsorship',
|
||||
fields: data,
|
||||
@@ -399,7 +399,7 @@ export async function update_ae_obj__sponsorship({
|
||||
data: any;
|
||||
log_lvl?: number;
|
||||
}) {
|
||||
return await api.update_ae_obj_v3({
|
||||
return await api.update_ae_obj({
|
||||
api_cfg,
|
||||
obj_type: 'sponsorship',
|
||||
obj_id: sponsorship_id,
|
||||
|
||||
Reference in New Issue
Block a user