Skip to content

Commit

Permalink
Fixes memoization circular call (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadesArchitect authored Apr 16, 2020
1 parent 7012dbc commit ba0cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function ensureMemoized(clientInstance) {
}
});

clientInstance.___hasBeenMemoized = true;
clientInstance.__hasBeenMemoized = true;
return clientInstance;
}

Expand Down

0 comments on commit ba0cd4b

Please sign in to comment.