Skip to content

Commit

Permalink
Update entry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeem-cs authored Nov 8, 2023
1 parent 2b3544d commit 2426039
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/modules/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,9 @@ export default class Entry {
}
};
var options = Utils.mergeDeep(this.fetchOptions, fetchOptions);
console.log('🚀 ~ file: entry.js:376 ~ Entry ~ fetch ~ this:', this)
return Utils.sendRequest(Utils.mergeDeep({}, this), options);
} else {
if (this.fetchOptions.debug) this.fetchOptions.logHandler('error', "Kindly provide an entry uid. e.g. .Entry('asset_uid')");
}
}
}
}

0 comments on commit 2426039

Please sign in to comment.