jicofo: fix syntax error on opus end brace (#1506)

This commit is contained in:
Aaron van Meerten
2023-03-17 07:27:50 -05:00
committed by GitHub
parent e5d421331d
commit bdcae290c1

View File

@@ -107,8 +107,8 @@ jicofo {
red { red {
enabled = "{{ .Env.ENABLE_CODEC_OPUS_RED | toBool }}" enabled = "{{ .Env.ENABLE_CODEC_OPUS_RED | toBool }}"
} }
{{ end }}
} }
{{ end }}
} }
} }