diff options
Diffstat (limited to 'backend/account/icon.go')
| -rw-r--r-- | backend/account/icon.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/account/icon.go b/backend/account/icon.go index 8a7ecd0..a4b7c5f 100644 --- a/backend/account/icon.go +++ b/backend/account/icon.go @@ -17,7 +17,7 @@ import ( func FetchIcon( ctx context.Context, - q *db.Queries, + q db.Querier, userID int, ) error { ctx, cancel := context.WithTimeout(ctx, 15*time.Second) |
