Skip to content

Commit

Permalink
fixed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
h1divp committed Sep 6, 2024
1 parent 349011d commit dea05f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ io.on("connection", async (socket: any) => {
console.log(`Message is within ${message_outreach_radius} meters of the user ${socket.id}.`);
socket.emit("message", change.doc.data());
} else {
console.log(`Message is not within ${message_outreach_radius} meters to user ${socket.id}.`);
console.log(`Message is not within ${message_outreach_radius} meters of the user ${socket.id}.`);
}
}
});
Expand Down

0 comments on commit dea05f5

Please sign in to comment.