diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-03-24 14:17:03 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-03-24 14:17:03 +0100 |
commit | 42dcd079b3357b11eb43739949420629f8576f96 (patch) | |
tree | 33cf60a988eb94cdf229ef10230958570dec5e98 /frontend/src/app/_data/Dataset.ts | |
parent | 60b650aa093e937583c2715ca8d048b09b217ec1 (diff) | |
parent | bf8ee0f16710b57cc290c2456846e63a133cc556 (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/_data/Dataset.ts')
-rw-r--r-- | frontend/src/app/_data/Dataset.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/app/_data/Dataset.ts b/frontend/src/app/_data/Dataset.ts index 6e6cbffe..665df932 100644 --- a/frontend/src/app/_data/Dataset.ts +++ b/frontend/src/app/_data/Dataset.ts @@ -10,6 +10,7 @@ export default class Dataset { public accessibleByLink: boolean = false, public dateCreated: Date = new Date(), public lastUpdated: Date = new Date(), - public username: string = 'tester1' + public username: string = '', + public delimiter: string = '' ) { } }
\ No newline at end of file |