Skip to content

Commit

Permalink
And to lastServerSideData...
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Sep 16, 2023
1 parent dd6a4e6 commit 6414d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ export class Controller {
"boot",
)

const lastServerSideData = this.lastDeploy.lastServerSideStates
const lastServerSideData = this.lastDeploy?.lastServerSideStates

if (lastServerSideData?.unlockables) {
this.configManager.configs["allunlockables"] =
Expand Down

0 comments on commit 6414d36

Please sign in to comment.