Skip to content

Commit

Permalink
fix: failing ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
diyor28 committed Feb 22, 2025
1 parent 9f05e84 commit 5a8ac9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/infrastructure/persistence/user_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const (
avatar_id,
created_at,
updated_at
) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10)
) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9)
RETURNING id`

userUpdateQuery = `
Expand Down

0 comments on commit 5a8ac9c

Please sign in to comment.