Skip to content

Commit

Permalink
fix entity
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Nov 27, 2024
1 parent a4690a5 commit e1d6836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/fixtures/5-regular_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"startTime": "2018-11-15T10:56:19.382Z",
"stopTime": "2018-11-15T11:56:19.382Z",
"s3key": "3bb32746-faf0-4057-9076-ed2e698dcf36/legacy/20090716_bucharest_classification.nc",
"filename": "legacy/20090716_bucharest_classification.nc",
"filename": "20090716_bucharest_classification.nc",
"checksum": "44d86b26f642a0befdcd7088ff38caab00ea3d95933f4ccc430179b4a29b74d3",
"size": 7127282,
"format": "HDF5 (NetCDF4)",
Expand Down Expand Up @@ -354,7 +354,7 @@
"startTime": "2018-11-15T10:56:19.382Z",
"stopTime": "2018-11-15T11:56:19.382Z",
"s3key": "0afca83a-7b6b-4288-82f6-a59685346617/legacy/20090716_newyork_classification.nc",
"filename": "legacy/20090716_newyork_classification.nc",
"filename": "20090716_newyork_classification.nc",
"checksum": "65d29c507d0ebeec46a6c93deb8ebe3b86dfd678fc73e1a70816cca2fe279025",
"size": 7127282,
"format": "HDF5 (NetCDF4)",
Expand Down
2 changes: 1 addition & 1 deletion backend/src/entity/File.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export abstract class File {
@Column()
s3key!: string;

@Column({ nullable: true })
@Column()
filename!: string;

@Column()
Expand Down

0 comments on commit e1d6836

Please sign in to comment.