Capitalize display title

This commit is contained in:
trojanh
2020-02-03 18:25:21 +05:30
parent 5d36ce0a1e
commit d06b38c5ff
5 changed files with 130 additions and 130 deletions

View File

@@ -50,7 +50,7 @@ export async function harvestApiRequest(
if (Object.keys(options.body).length === 0) {
delete options.body;
}
console.log(options)
try {
const result = await this.helpers.request!(options);