Skip to content
Prev Previous commit
Next Next commit
Remove missed breakpoint
  • Loading branch information
BrunoQuaresma committed Sep 19, 2022
commit fa455a133e7cd119a3af3b0e6f9d839d657dbece
2 changes: 0 additions & 2 deletions coderd/database/databasefake/databasefake.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package databasefake
import (
"context"
"database/sql"
"runtime"
"sort"
"strings"
"sync"
Expand Down Expand Up @@ -2395,7 +2394,6 @@ func (q *fakeQuerier) GetAuditLogsOffset(ctx context.Context, arg database.GetAu
if arg.ResourceType != "" && !strings.Contains(string(alog.ResourceType), arg.ResourceType) {
continue
}
runtime.Breakpoint()
if arg.ResourceID != uuid.Nil && alog.ResourceID != arg.ResourceID {
continue
}
Expand Down