Skip to content

Commit

Permalink
fix(video): Make sure create session returned JSON, and fixed return …
Browse files Browse the repository at this point in the history
…type (#913)
  • Loading branch information
dragonmantank authored Feb 7, 2024
1 parent d5adb68 commit 28ac0df
Show file tree
Hide file tree
Showing 3 changed files with 598 additions and 302 deletions.
1 change: 1 addition & 0 deletions packages/server-client/lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export class Client {
url,
method: HTTPMethods.POST,
type: ContentType.FORM_URLENCODED,
headers: { Accept: 'application/json' },
...(payload ? { data: payload } : {}),
} as VetchOptions;

Expand Down
Loading

0 comments on commit 28ac0df

Please sign in to comment.