Mi webring.gen: ups
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2023-04-21 20:18:53 -03:00
parent 0535455eb5
commit 7f23223edd

View file

@ -4,7 +4,7 @@ import { parseFeed as _parseFeed } from "htmlparser2";
import { a, li, raw, render, ul } from "@nulo/html.js";
import { parseDocument } from "htmlparser2";
import { getElementsByTagName } from "domutils";
import { feeds, readFeed } from "./feeds";
import { feeds, readFeed } from "./feeds.js";
export default async () => {
const articles = [];