Pinning to `serialize-xml@0.4.0`
This commit is contained in:
parent
1bba02e483
commit
a56a152b73
|
|
@ -1,7 +1,7 @@
|
||||||
import { nrkRadio, Episode } from "../../../lib/nrk.ts"
|
import { nrkRadio, Episode } from "../../../lib/nrk.ts"
|
||||||
import { HandlerContext } from "$fresh/server.ts";
|
import { HandlerContext } from "$fresh/server.ts";
|
||||||
|
|
||||||
import { serialize, tag, declaration } from "https://raw.githubusercontent.com/olaven/serialize-xml/master/mod.ts";
|
import { serialize, tag, declaration } from "https://raw.githubusercontent.com/olaven/serialize-xml/v0.4.0/mod.ts";
|
||||||
|
|
||||||
function toItemTag(episode: Episode) {
|
function toItemTag(episode: Episode) {
|
||||||
const description = episode.titles.subtitle || "";
|
const description = episode.titles.subtitle || "";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue