Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: TT-168 Remove a unnecessary lines
  • Loading branch information
VanessaIniguezG committed Mar 11, 2021
commit 44aa752737e7214082572f1ab134f222b4a3db1b
2 changes: 0 additions & 2 deletions src/app/modules/time-clock/services/entry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,4 @@ export class EntryService {
getCurrentDate() {
return moment().format();
}


}