Skip to content

Commit 067bb73

Browse files
committed
server is silent by default
1 parent ff307c2 commit 067bb73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const port = 3000;
66

77
async function getPosts(tag: string): Promise<instamancer.TPost[]> {
88
const hashtag = instamancer.createApi("hashtag", tag, {
9-
silent: true,
109
total: 5,
1110
});
1211
const posts = [];

0 commit comments

Comments
 (0)