deleting files with accepeted status of application
This commit is contained in:
@@ -41,7 +41,6 @@ class TimeCardAdapter {
|
||||
case 'DISPUTED':
|
||||
return TimeCardStatus.disputed;
|
||||
case 'CHECKED_IN':
|
||||
case 'ACCEPTED':
|
||||
case 'CONFIRMED':
|
||||
default:
|
||||
return TimeCardStatus.pending;
|
||||
|
||||
Reference in New Issue
Block a user