chore(fix): lint

This commit is contained in:
Acbox
2026-03-15 00:58:38 +08:00
parent ac8a935545
commit 020c74c2bc
5 changed files with 1 additions and 8 deletions
@@ -78,7 +78,6 @@ func createUserBotAndSchedule(ctx context.Context, t *testing.T, queries *sqlc.Q
meta, _ := json.Marshal(map[string]any{"source": "schedule-integration-test"})
botRow, err := queries.CreateBot(ctx, sqlc.CreateBotParams{
OwnerUserID: pgOwnerID,
Type: "personal",
DisplayName: pgtype.Text{String: "schedule-test-bot", Valid: true},
AvatarUrl: pgtype.Text{},
IsActive: true,