We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d2c28 commit 2d33920Copy full SHA for 2d33920
src/generator/disclaimer.ts
@@ -52,7 +52,6 @@ export const gfs = {
52
*/
53
export async function main() {
54
const res = await request<LibraryMetadata[]>({url: libraryListUrl});
55
- // console.log(typeof res.data)
56
const disclaimers = JSON.parse(res.data as unknown as string).map(
57
(lib: LibraryMetadata) => {
58
return {
0 commit comments