mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 11:56:57 +08:00
Connect to websocket and start accepting messages
This commit is contained in:
@ -120,8 +120,6 @@ interface FetchOptions {
|
||||
auth?: boolean;
|
||||
}
|
||||
|
||||
|
||||
|
||||
export async function fetchData(url: string, options?: FetchOptions) {
|
||||
const { data, method = 'GET', auth = true } = options || {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user