We need to actually call the promise function in order for it to run. #3

Closed
opened 2023-04-12 17:13:52 +00:00 by rallias · 0 comments
Owner

35c029b124/lib/http_agent.js (L66)

This effectively returns a Promise<Promise<object>>, that inner promise is not getting then()'ed and thus it isn't executing.

https://forgejo.hax.social/rallias/haxsocial/src/commit/35c029b12403a9511128aad07c84578f1f2e7729/lib/http_agent.js#L66 This effectively returns a `Promise<Promise<object>>`, that inner promise is not getting then()'ed and thus it isn't executing.
rallias added reference Accept-Relay-Data 2023-04-12 23:12:06 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: rallias/brainz-social-old#3
No description provided.