Fixes Omnisharp diagnostic

This commit is contained in:
2020-10-17 11:38:31 +01:00
parent 5dfb577264
commit 9f5951e6c4
3 changed files with 6 additions and 10 deletions

View File

@ -33,15 +33,13 @@ using Google.Apis.Auth.OAuth2.Flows;
using Google.Apis.Util.Store;
using Google.Apis.Auth.OAuth2.Responses;
using Google.Apis.Util;
using Yavsc.Models;
using Yavsc.Models.Calendar;
using Yavsc.Services;
using Yavsc.Server.Helpers;
namespace Yavsc.Helpers
{
using Models;
using Models.Calendar;
using Services;
using Server.Helpers;
/// <summary>
/// Google helpers.
/// </summary>