Skip to content

Commit

Permalink
Attempt to fix SMF issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyFuller committed Aug 17, 2023
1 parent 51ee04d commit 13f81ff
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 @@ -515,7 +515,7 @@ export class Controller {
)) {
this.addMission(contractData)

if (contractData.SMF.destinations?.addToDestinations) {
if (contractData.SMF?.destinations?.addToDestinations) {
if (
typeof contractData.SMF.destinations
.peacockIntegration === "undefined" ||
Expand Down

0 comments on commit 13f81ff

Please sign in to comment.