fix: too much zeros

This commit is contained in:
rizaldy 2023-11-26 18:18:44 +07:00
parent aa8bb46857
commit d254474a1d
No known key found for this signature in database
GPG Key ID: 510753C31098D86C

View File

@ -5,7 +5,7 @@ const CONSULTING_STATUS = {
const consulting = { const consulting = {
status: CONSULTING_STATUS.UNAVAILABLE, status: CONSULTING_STATUS.UNAVAILABLE,
clear_status_after: 1704091020000, clear_status_after: 1704091020,
timezone: "UTC+7", timezone: "UTC+7",
hours_per_week: 25, hours_per_week: 25,
}; };