Cleanup .net warnings
This commit is contained in:
@@ -6,7 +6,7 @@ namespace WebAPI
|
||||
{
|
||||
public class GoogleDriveHelper
|
||||
{
|
||||
public DriveService Service { get; set; }
|
||||
public DriveService? Service { get; set; }
|
||||
const string APPLICATION_NAME = "Diuna";
|
||||
static readonly string[] Scopes = { DriveService.Scope.Drive };
|
||||
public GoogleDriveHelper()
|
||||
|
||||
Reference in New Issue
Block a user