Skip to content

Commit

Permalink
fix: posts dont save
Browse files Browse the repository at this point in the history
  • Loading branch information
Nem-Tudo committed Sep 15, 2024
1 parent c35c016 commit 29eb927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ const cache = {
const client = subscribeRepos("wss://bsky.network", { decodeRepoOps: true });

client.on("message", (message) => {
return; //dev
if (ComAtprotoSyncSubscribeRepos.isCommit(message)) {
message.ops.forEach(async (op) => {
if (!op?.payload) return;
Expand Down

0 comments on commit 29eb927

Please sign in to comment.