Skip to content

Commit f9c66bc

Browse files
committed
Change message
1 parent b1429a7 commit f9c66bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint-plugin-expensify/provide-canBeMissing-in-useOnyx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
},
1717
schema: [],
1818
messages: {
19-
provideCanBeMissing: 'Provide the "canBeMissing" option to the useOnyx() call.',
19+
provideCanBeMissing: 'useOnyx() calls require you to pass the "canBeMissing" param.',
2020
},
2121
},
2222
create(context) {

0 commit comments

Comments
 (0)