@@ -0,0 +1,6 @@
import type { UpdateResult } from "mongodb";
export function did_update(result: UpdateResult): boolean {
return result.modifiedCount > 0;
}
The note is not visible to the blocked user.