mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Fix: Getting notifications via API would crash
This commit is contained in:
@@ -135,7 +135,7 @@ namespace BTCPayServer.Controllers.Greenfield
|
||||
Body = entity.Body,
|
||||
StoreId = entity.StoreId,
|
||||
Seen = entity.Seen,
|
||||
Link = string.IsNullOrEmpty(entity.ActionLink) ? null : new Uri(entity.ActionLink)
|
||||
Link = entity.ActionLink
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user