@ -7237,4 +7237,4 @@ exports.notificationTiming = async (req, reply) => {
await User.updateOne({ customerId }, { notificationPreference });
return reply.send({ message: "Preference updated successfully" });
}