Skip to content

Commit

Permalink
fix small build error
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed Nov 29, 2023
1 parent aeb1ba9 commit d59fa47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Modals/TweetsPostedModal/TweetsPostedModalContent.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<script lang="ts">
import type {StatusesUpdate} from "twitter-api-client";
export let posts: StatusesUpdate[];
export let posts: any[];
export let onDelete: any;
export let onAccept: any;
let multiplePosts = posts.length > 1;
Expand Down

0 comments on commit d59fa47

Please sign in to comment.