1.0-dev10 (Code cleaning)
This commit is contained in:
@@ -65,7 +65,7 @@ namespace VDownload.Core.Services.Sources.Twitch
|
||||
StorageFile authDataFile = await authDataFolder.CreateFileAsync("Twitch.auth", CreationCollisionOption.ReplaceExisting);
|
||||
|
||||
// Save data
|
||||
FileIO.WriteTextAsync(authDataFile, accessToken);
|
||||
await FileIO.WriteTextAsync(authDataFile, accessToken);
|
||||
}
|
||||
|
||||
// DELETE ACCESS TOKEN
|
||||
|
||||
Reference in New Issue
Block a user