Skip to content

Commit 66b9bb9

Browse files
committed
removed todo finished in last commit
1 parent 1d8d0f0 commit 66b9bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/model/event.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class EventService {
3939
}
4040

4141
private transformEventToNotificaton(instance: Instance, prevInstance: Instance, action: Actions): InfoCenterItem {
42-
// TODO: calculate difference between new and previous instance and update details text accordingly
42+
4343
const details = this.getChange(instance, prevInstance, action);
4444

4545
const datePipe = new DatePipe('en-US');

0 commit comments

Comments
 (0)