Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed May 6, 2024
1 parent 3abd3fa commit 7acda5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/MainContent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
});
// resume session
agent.resumeSession(postSettings.bluesky?.data?.sessionData!);
await agent.resumeSession(postSettings.bluesky?.data?.sessionData!);
// creating richtext
const rt = new RichText({
Expand Down

0 comments on commit 7acda5a

Please sign in to comment.