Skip to content

Commit

Permalink
Merge 58ceab5 into 41c0107
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiKitagata authored Aug 31, 2021
2 parents 41c0107 + 58ceab5 commit 62c9fab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ - (dispatch_queue_t)methodQueue {
@"buildVersion" : release.buildVersion,
@"releaseNotes" : release.releaseNotes == nil ? [NSNull null] : release.releaseNotes,
@"isExpired" : [NSNumber numberWithBool:release.isExpired],
@"downloadURL" : release.downloadURL
@"downloadURL" : release.downloadURL.absoluteString
});
}];
}
Expand Down

0 comments on commit 62c9fab

Please sign in to comment.