diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-04-18 14:57:04 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-04-18 14:57:04 +0200 |
commit | 61c225622b3596318e3f904f82e9da0a37e529fc (patch) | |
tree | 835c0c929380bbc0a2112bfc2cc4437dc4cc4d4f /frontend/src/app/_data/Notification.ts | |
parent | 2ae80f79deffc78e5f077987b394bf452ed6f193 (diff) | |
parent | fdfe2da8c1e71ec1dddeb81bc32356fb746c0c7f (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/_data/Notification.ts')
-rw-r--r-- | frontend/src/app/_data/Notification.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/app/_data/Notification.ts b/frontend/src/app/_data/Notification.ts index c505d399..94a3be1d 100644 --- a/frontend/src/app/_data/Notification.ts +++ b/frontend/src/app/_data/Notification.ts @@ -1,5 +1,4 @@ export default class Notification { - _id: string = ''; constructor( public title: string = 'Treniranje u toku...', public id: string = '042', |