Skip to content

Commit 5b3b122

Browse files
committed
unused arg
1 parent 1ee8441 commit 5b3b122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12265,7 +12265,7 @@ func (q *FakeQuerier) UpsertWorkspaceAgentPortShare(_ context.Context, arg datab
1226512265
return psl, nil
1226612266
}
1226712267

12268-
func (q *FakeQuerier) UpsertWorkspaceAppAuditSession(ctx context.Context, arg database.UpsertWorkspaceAppAuditSessionParams) (time.Time, error) {
12268+
func (q *FakeQuerier) UpsertWorkspaceAppAuditSession(_ context.Context, arg database.UpsertWorkspaceAppAuditSessionParams) (time.Time, error) {
1226912269
err := validateDatabaseType(arg)
1227012270
if err != nil {
1227112271
return time.Time{}, err

0 commit comments

Comments
 (0)