Skip to content

Commit c6a5e15

Browse files
authored
Update src/libs/HttpUtils.ts
1 parent 9bdeffd commit c6a5e15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/HttpUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const ABORT_COMMANDS = {
2222

2323
type AbortCommand = keyof typeof ABORT_COMMANDS;
2424

25-
// We have used `connectWithoutView` here because OnyxUpdates is not connected to any UI
25+
// We have used `connectWithoutView` here because HttpUtils is not connected to any UI component
2626
Onyx.connectWithoutView({
2727
key: ONYXKEYS.NETWORK,
2828
callback: (network) => {

0 commit comments

Comments
 (0)