Skip to content

Commit

Permalink
✔ Fix Gambar ~
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Sep 3, 2024
1 parent 312374e commit ad6cdd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/main-site/server/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/main-site/src/api/controllers/image.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class ImageController {
form.append('key', environment.imgbbKey);
form.append('name', dateTime);
form.append('image', imgB64);
const res_raw = await this.api.postData(url, form, environment.nodeJsXhrHeader, res.locals['abort-controller'].signal);
const res_raw = await this.api.postData(url, form, environment.nodeJsXhrHeader);
if (res_raw.ok) {
const res_json: any = await res_raw.json();
this.gs.log(`[imgBB] 🖼 ${res_raw.status}`, res_json);
Expand Down

0 comments on commit ad6cdd0

Please sign in to comment.