mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Shared utils -> extra-utils
Because they need dev dependencies
This commit is contained in:
parent
4ee7a4c9ac
commit
94565d52bb
131 changed files with 250 additions and 238 deletions
|
@ -1,13 +0,0 @@
|
|||
import * as io from 'socket.io-client'
|
||||
|
||||
function getUserNotificationSocket (serverUrl: string, accessToken: string) {
|
||||
return io(serverUrl + '/user-notifications', {
|
||||
query: { accessToken }
|
||||
})
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
export {
|
||||
getUserNotificationSocket
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue