Skip to content

Commit d2e0025

Browse files
effigiesCopilot
andcommitted
Apply suggestions from automated code review
Co-authored-by: Copilot <[email protected]> Signed-off-by: Chris Markiewicz <[email protected]>
1 parent c997171 commit d2e0025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/tables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export function evalColumns(
257257
rule: schemaPath,
258258
}
259259

260-
const ageCheck = name == 'age'
260+
const ageCheck = name === 'age'
261261
let ageWarningIssued = false
262262

263263
const column = context.columns[name] as string[]

0 commit comments

Comments
 (0)