mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-19 19:33:46 +01:00
Removed test throw
This commit is contained in:
parent
2061d4a5e8
commit
07aa63348f
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ export const twitterFetch = async (
|
||||||
headers: headers
|
headers: headers
|
||||||
});
|
});
|
||||||
console.log('Elongator request successful');
|
console.log('Elongator request successful');
|
||||||
throw 'asdhasdhbsa';
|
|
||||||
} else {
|
} else {
|
||||||
apiRequest = await fetch(url, {
|
apiRequest = await fetch(url, {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
|
|
Loading…
Add table
Reference in a new issue