Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhorner committed Sep 15, 2024
1 parent 0277c27 commit acb124d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tracks/track.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export class Track {
return {
type: "Feature",
properties: {
id: this.id,
name: this.name,
captureDate: this.captureDate,
filePath: this.filePath,
Expand Down

0 comments on commit acb124d

Please sign in to comment.