Skip to content

Commit

Permalink
Merge pull request #58 from prplecake/resolve-compiler-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake authored Apr 17, 2023
2 parents be4ec54 + 41b028f commit b22abe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public LinkAceBookmarkingService(IConfigManager configManager)
public async Task<HttpResponseMessage> Save(Bookmark bookmark)
{
// Prep payload
Dictionary<string, object> payload = new()
Dictionary<string, object?> payload = new()
{
{
"url", bookmark.Uri
Expand Down

0 comments on commit b22abe7

Please sign in to comment.