Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Jan 30, 2025
1 parent dc940db commit ebc33f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions neo4j/neo4j-modus-starter-kit/backend/assembly/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* A Movie
*/
export class Movie {
id!: string
title!: string
plot!: string
rating!: f32
id: string
title: string
plot: string
rating: f32
embedding: f32[] = []
actors: string[] = []
genres: string[] = []
Expand Down

0 comments on commit ebc33f3

Please sign in to comment.