1d5ad5f62f060e7edc15fd01b648fc4a94f987e6
Empty string sent to Appwrite datetime column was being interpreted as creation timestamp, making every no-expiry sunum immediately expired. Fix: - Only include expiresAt in payload when user actually set a date - Convert date-only string (YYYY-MM-DD) to YYYY-MM-DDT23:59:59.000Z so the sunum stays valid for the entire chosen day across all time zones - Strip empty customerId/notes to avoid empty-string writes
Description
No description provided
Languages
TypeScript
99.4%
CSS
0.6%