Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/dot-github/workf…
Browse files Browse the repository at this point in the history
…lows/tj-actions/changed-files-40
  • Loading branch information
avidit authored Oct 30, 2023
2 parents a8b237c + f665018 commit 3a6e392
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 3a6e392

Please sign in to comment.