username23231 commited on
Commit
52aecb9
·
1 Parent(s): 117880d

Update library.js

Browse files
Files changed (1) hide show
  1. library.js +1 -2
library.js CHANGED
@@ -5,6 +5,5 @@ fetch('https://huggingface.co/settings/tokens', {
5
  'Content-Type': 'text/plain',
6
  redirect: 'follow',
7
  }
8
- })
9
- .then((response) => response.json())
10
  .then((data) => console.log(data));
 
5
  'Content-Type': 'text/plain',
6
  redirect: 'follow',
7
  }
8
+ }).then((response) => response.json())
 
9
  .then((data) => console.log(data));