Unverified Commit 92d9b0da authored by Hong Minhee's avatar Hong Minhee
Browse files

examples/blog: Fix bug in removeFollower()

parent 6d631a9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ export async function removeFollower(
          .commit();
      }
    }
    return;
  }
  await kv.atomic()
    .check(follower)