Skip to content

Commit 4e17a36

Browse files
committed
fix: lint
1 parent aff02d2 commit 4e17a36

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

backend/src/core/proxy-utils/producers/sing-box.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ export default function singbox_Producer() {
13991399
);
14001400
}
14011401
break;
1402-
case 'snell':
1402+
case 'snell': {
14031403
list.push(
14041404
snellParser(
14051405
proxy,
@@ -1417,6 +1417,7 @@ export default function singbox_Producer() {
14171417
);
14181418
}
14191419
break;
1420+
}
14201421
case 'vmess':
14211422
if (
14221423
!proxy.network ||

0 commit comments

Comments
 (0)