mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
mv
This commit is contained in:
parent
867bb45e42
commit
1b2e86f5f8
@ -230,16 +230,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||
? `&continuation=${req.query.continuations}`
|
||||
: "";
|
||||
const sort_by = req.query.sort_by || "newest";
|
||||
|
||||
const getChannelData = async (url) => {
|
||||
try {
|
||||
return await fetch(url)
|
||||
.then((res) => res.text())
|
||||
.then((txt) => getJson(txt));
|
||||
} catch (error) {
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
const getChannelData = async (url) => {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user