Codacy compliant

This commit is contained in:
Samuel Huang
2024-10-01 00:23:46 +10:00
parent c1f71bf1bb
commit 614d53e540
3 changed files with 3 additions and 3 deletions

View File

@@ -99,5 +99,5 @@ do
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
done
echo $inbound
echo "$inbound"
exit 0

View File

@@ -117,5 +117,5 @@ do
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
done
echo $inbound
echo "$inbound"
exit 0

View File

@@ -109,5 +109,5 @@ do
inbound=$(echo $inbound| jq -c --argjson Jfb "${Jfb}" '.settings.fallbacks += [$Jfb]')
done
echo $inbound
echo "$inbound"
exit 0