Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DynamoDS/Dynamo into REVI…
Browse files Browse the repository at this point in the history
…T-214263
  • Loading branch information
sm6srw committed Oct 30, 2023
2 parents 8c0d9b9 + f665018 commit 032e641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoPackages/PackageManagerClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ internal List<string> UserVotes()
return pkgResponse.content;
}, null);

return votes.has_upvoted;
return votes?.has_upvoted;
}

internal PackageManagerResult DownloadPackage(string packageId, string version, out string pathToPackage)
Expand Down

0 comments on commit 032e641

Please sign in to comment.