Skip to content

Commit

Permalink
Update Src/VTEX/VTEXWrapper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 4, 2024
1 parent 5a0bc93 commit c25d142
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/VTEX/VTEXWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ public async Task<string> CreateCollectionAsync(string data, CancellationToken t
/// </summary>
/// <param name="appKey">The application key.</param>
/// <param name="appToken">The application token.</param>
public void SetRestCredentials(string appKey, string appToken)
{

Check failure on line 424 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid token '{' in class, record, struct, or interface member declaration

Check failure on line 424 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid token '{' in class, record, struct, or interface member declaration
_appKey = appKey;

Check failure on line 425 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid token '=' in class, record, struct, or interface member declaration

Check failure on line 425 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid token ';' in class, record, struct, or interface member declaration

Check failure on line 425 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid token '=' in class, record, struct, or interface member declaration

Check failure on line 425 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid token ';' in class, record, struct, or interface member declaration
_appToken = appToken;

Check failure on line 426 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid token '=' in class, record, struct, or interface member declaration

Check failure on line 426 in Src/VTEX/VTEXWrapper.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid token ';' in class, record, struct, or interface member declaration
Expand Down

0 comments on commit c25d142

Please sign in to comment.