mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Fix typo
This commit is contained in:
@@ -298,7 +298,7 @@
|
||||
{% set action_enabled = '0' %}
|
||||
# ERROR: missing parameters
|
||||
{% endif %}
|
||||
{% elif action_data.type == 'use_' %}
|
||||
{% elif action_data.type == 'use_server' %}
|
||||
{% if action_data.use_server|default("") != "" %}
|
||||
{% set server_data = helpers.getUUID(action_data.use_server) %}
|
||||
{% do action_options.append('use-server ' ~ server_data.name) %}
|
||||
|
||||
Reference in New Issue
Block a user