Skip to content

Commit

Permalink
Fix another style error
Browse files Browse the repository at this point in the history
  • Loading branch information
K4rakara committed Nov 21, 2024
1 parent 23c4aa2 commit 36af07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/core/HttpRequestService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class HttpsRequestServiceAgent extends https.Agent {
}
});
return socket;
};
}

@bindThis
private isPrivateIp(ip: string): boolean {
Expand Down

0 comments on commit 36af07a

Please sign in to comment.