1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Cleanup tests imports

This commit is contained in:
Chocobozzz 2018-11-19 17:08:18 +01:00
parent 0b2f03d371
commit d175a6f7ab
No known key found for this signature in database
GPG key ID: 583A612D890159BE
27 changed files with 41 additions and 47 deletions

View file

@ -1,5 +1,5 @@
import { makeGetRequest } from './requests'
import { immutableAssign } from '..'
import { immutableAssign } from '../miscs/miscs'
function checkBadStartPagination (url: string, path: string, token?: string, query = {}) {
return makeGetRequest({