Skip to content

Commit aa6b664

Browse files
committed
chore: remove unused export
1 parent f554501 commit aa6b664

File tree

1 file changed

+1
-1
lines changed
  • packages/nodejs-lib/src/validation/ajv

1 file changed

+1
-1
lines changed

packages/nodejs-lib/src/validation/ajv/getAjv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function addCustomAjvFormats(ajv: Ajv): Ajv {
139139
)
140140
}
141141

142-
export function addIsoDateKeyword(ajv: Ajv): void {
142+
function addIsoDateKeyword(ajv: Ajv): void {
143143
ajv.addKeyword({
144144
keyword: 'isoDate',
145145
type: 'string',

0 commit comments

Comments
 (0)