Skip to content

Commit

Permalink
fix pca result caching in server; fixes #1380
Browse files Browse the repository at this point in the history
  • Loading branch information
metasoarous committed Apr 16, 2022
1 parent 060a78d commit 3ef7b94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,6 @@ function initializePolisHelpers() {
math_tick = -1;
}
function finishWith304or404() {
let pcaResultsExistForZid: {};
// Element implicitly has an 'any' type
// because expression of type 'any' can't be used to index type '{ } '.ts(7053)
// @ts-ignore
Expand Down

0 comments on commit 3ef7b94

Please sign in to comment.