Skip to content

Commit 77a48c5

Browse files
Apply suggestions from code review
1 parent 4b5fcff commit 77a48c5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/setup/addUtilsToWindow.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export default function addUtilsToWindow() {
2424
window.Onyx.get = function (key) {
2525
return new Promise((resolve) => {
2626
// We have opted for `connectWithoutView` here as this is a debugging utility and does not relate to any view.
27-
// eslint-disable-next-line rulesdir/prefer-onyx-connect-in-libs
2827
const connection = Onyx.connectWithoutView({
2928
key,
3029
callback: (value) => {

0 commit comments

Comments
 (0)