Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
tokebe committed Sep 17, 2024
2 parents 2eae1e4 + 65408bb commit 854ba58
Show file tree
Hide file tree
Showing 4 changed files with 8,756 additions and 13,560 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^8.6.0",
"express": "^4.18.2",
"express": "^4.20.0",
"express-rate-limit": "^5.5.1",
"express-winston": "^4.2.0",
"helmet": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/src/trapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export interface TrapiAnalysis {

export interface TrapiAuxiliaryGraph {
edges: string[];
attributes?: TrapiAttribute[];
attributes: TrapiAttribute[];
}

export interface TrapiPfocrFigure {
Expand Down
Loading

0 comments on commit 854ba58

Please sign in to comment.