Skip to content

Commit

Permalink
Update Src/VTEX/VTEXContext.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Dec 11, 2024
1 parent f8a79c1 commit 6cb2e43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/VTEX/VTEXContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,6 @@ await _wrapper
/// <param name="fieldValue">The field value.</param>
/// <param name="token">The token.</param>
/// <returns>A Task representing the asynchronous operation.</returns>
public async Task InsertSpecificationFieldValueAsync(
SpecificationFieldValue fieldValue,
CancellationToken token

Check failure on line 1514 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Cannot use more than one type in a for, using, fixed, or declaration statement

Check failure on line 1514 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected

Check failure on line 1514 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected

Check failure on line 1514 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

} expected

Check warning

Code scanning / Sonarcsharp (reported by Codacy)

Declare 'CancellationToken' in a separate statement. Warning

Declare 'CancellationToken' in a separate statement.

Check warning

Code scanning / Sonarcsharp (reported by Codacy)

Remove the unused local variable 'CancellationToken'. Warning

Remove the unused local variable 'CancellationToken'.
)
Expand Down

0 comments on commit 6cb2e43

Please sign in to comment.