Remove unneeded change in flavours/glitch/api

master
Claire 2022-10-11 10:33:46 +02:00
parent c285546052
commit 1be97ce17f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import axios from 'axios';
import ready from './ready';
import LinkHeader from 'http-link-header';
import ready from './ready';
export const getLinks = response => {
const value = response.headers.link;