Skip to content

Commit 5e032e5

Browse files
auxesisCopilot
andauthored
refactor: remove unused variable
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 67bbc72 commit 5e032e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/protect/__tests__/searchable-json-pg.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ describe('searchableJson postgres integration', () => {
13591359

13601360
it('returns no rows for unknown path (Extended)', async () => {
13611361
const plaintext = { exists: true, marker: 'qf-nomatch' }
1362-
const { id } = await insertRow(plaintext)
1362+
await insertRow(plaintext)
13631363

13641364
const selectorTerm = await encryptQueryTerm(
13651365
'$.nonexistent.path',

0 commit comments

Comments
 (0)