Change linked params to accept Booleans

This commit is contained in:
Will Faught
2025-02-23 10:41:18 -08:00
parent fad409c0bd
commit ccf96211fe
2 changed files with 3 additions and 3 deletions

View File

@@ -243,7 +243,7 @@
) }}
{{ if $linked }}
{{ if ne $linked "unprocessed" }}
{{ if ne $linked true }}
{{ $method := "" }}
{{ $options := slice }}
{{ $size := "" }}