Skip to content

Commit 024de0f

Browse files
committed
improve: changes time before a leave from 12hr to 36hr
1 parent 023e9e6 commit 024de0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/globals.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Duration outdatedTime = const Duration(hours: 12);
1+
Duration outdatedTime = const Duration(hours: 36);
22
int maxLeaves = 105;

0 commit comments

Comments
 (0)