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 2e088d0 commit f8a79c1
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 @@ -1482,7 +1482,6 @@ CancellationToken token
/// <param name="productId">The product identifier.</param>
/// <param name="token">The token.</param>
/// <returns>A Task representing the asynchronous operation.</returns>
public async Task UpdateProductSpecificationsAsync(
List<Specification> specifications,

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Identifier expected

Check failure on line 1485 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)

Remove the unused local variable 'specifications'. Warning

Remove the unused local variable 'specifications'.
int productId,

Check warning

Code scanning / Sonarcsharp (reported by Codacy)

Declare '' in a separate statement. Warning

Declare '' in a separate statement.

Check warning

Code scanning / Sonarcsharp (reported by Codacy)

Remove the unused local variable ''. Warning

Remove the unused local variable ''.
CancellationToken token

Check failure on line 1487 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 1487 in Src/VTEX/VTEXContext.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected

Check failure on line 1487 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 f8a79c1

Please sign in to comment.