Skip to content

Commit

Permalink
fix example.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamjan committed Dec 31, 2023
1 parent 5e80278 commit 60da45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import {CouchDB} from "irclog-api";
type T = "a" | "B";
let a: T = "a";

const db = new CouchDB("https://db.softver.org.mk", "irclog");
const db = new CouchDB("https://db.softver.org.mk/irclog/", "_design/log/_view/channel");
let res = await db.fetchChannelList();
console.log(res);

0 comments on commit 60da45e

Please sign in to comment.