Skip to content

Commit

Permalink
change metadaten
Browse files Browse the repository at this point in the history
  • Loading branch information
biermapa authored and biermapa committed Nov 4, 2021
1 parent e1c14c9 commit a1b851d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/module_parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const module_parser: { [key: string]: any } = {
generate_mibi_investigations,
generate_movement_rects,
} = input_data
let Metadaten:any={}
let Metadaten:any={ error: true }
let patientList: any[] = []
let globalStartTS = new Date().getTime()
let globalEndTS = new Date().getTime() - Number.MAX_VALUE
Expand Down

0 comments on commit a1b851d

Please sign in to comment.