Skip to content

Commit

Permalink
update example with jsr import
Browse files Browse the repository at this point in the history
  • Loading branch information
codybrom committed Aug 2, 2024
1 parent d7f13a3 commit 296ed5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/edge-function.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// examples/edge-function.ts

import {
type ThreadsPostRequest,
createThreadsContainer,
publishThreadsContainer,
type ThreadsPostRequest,
} from "../mod.ts";
} from "jsr:@codybrom/denim@^1.0.2";

async function postToThreads(request: ThreadsPostRequest): Promise<string> {
try {
Expand Down

0 comments on commit 296ed5b

Please sign in to comment.