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 7b0a2ef commit 12e9cd7Copy full SHA for 12e9cd7
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