Skip to content

Commit eba004b

Browse files
committed
fix: update imported package name
1 parent 11b4d83 commit eba004b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Joi = require('@hapi/joi');
1+
const Joi = require('joi');
22

33
const extendedJoi = Joi.extend({
44
type: 'stringList',

0 commit comments

Comments
 (0)