Skip to content

Commit d8253bb

Browse files
committed
fix: move
1 parent 5d00848 commit d8253bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/middleware/validateInput.ts renamed to src/validateInput.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import {
1010
validateWithTypeBox,
1111
} from '@hello.nrfcloud.com/proto'
1212
import { HttpStatusCode } from '@hello.nrfcloud.com/proto/hello'
13-
import { tryAsJSON } from '../tryAsJSON.js'
14-
import { aProblem } from '../aProblem.js'
13+
import { tryAsJSON } from './tryAsJSON.js'
14+
import { aProblem } from './aProblem.js'
1515

1616
export const validateInput = <Schema extends TSchema>(
1717
schema: Schema,

0 commit comments

Comments
 (0)