@ -10,7 +10,6 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using NodaTime.Text;
@ -52,6 +52,8 @@ namespace Squidex.Domain.Apps.Entities.Backup
{
using (var client = new HttpClient())
client.Timeout = TimeSpan.FromHours(1);
response = await client.GetAsync(url);
response.EnsureSuccessStatusCode();
@ -8,7 +8,6 @@
using System;
using Newtonsoft.Json.Bson;
using NodaTime;
using Orleans;
using Orleans.Runtime;
using System.Collections.Generic;
using Esprima.Ast;
using FakeItEasy;
using Microsoft.Extensions.Options;
using Squidex.Domain.Apps.Core.Tags;
@ -7,8 +7,6 @@
using Microsoft.Extensions.Caching.Memory;
using Squidex.Domain.Apps.Core;