We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c795db2 commit 0330fe5Copy full SHA for 0330fe5
backend/src/AcmStatisticsBackend.Core/ServiceClients/CrawlerApiBackendClient.cs
@@ -37,7 +37,7 @@ public async Task<IReadOnlyCollection<CrawlerMetaItem>> GetCrawlerMeta()
37
#pragma warning disable SA1300
38
private class GetMetaReturn
39
{
40
- public string error { get; set; }
+ public bool error { get; set; }
41
42
public IDictionary<string, DataItem> data { get; set; }
43
}
0 commit comments