Skip to content

Commit 212a18d

Browse files
chore: fixed linting typo
1 parent 69b69d1 commit 212a18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/tests/unit/ind_increment.test.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SELECT
1919
'00000000-2222-2222-2222-000000000000'::uuid AS id,
2020
'dedicated-test-expired'::text AS name_,
2121
'individual'::text AS type_,
22-
'2023-01-01 08:00:00+0'::timestamptz AS expires_at;;
22+
'2023-01-01 08:00:00+0'::timestamptz AS expires_at;
2323

2424
INSERT INTO rate_limit.individual_records (key, session_id)
2525
SELECT

0 commit comments

Comments
 (0)