Skip to content

Commit 797123a

Browse files
committed
remove dry_run from filtered stream example
1 parent 38be8c6 commit 797123a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/filtered-stream.ts

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ async function main() {
1616
{ value: "meme", tag: "funny things" },
1717
{ value: "meme has:images" },
1818
],
19-
},
20-
{
21-
dry_run: true,
2219
}
2320
);
2421
const rules = await client.tweets.getRules();

0 commit comments

Comments
 (0)