Loading...
Started by Mattis Rosenkranz • Mar 20, 2025 9:25 AM
Total Replies
1
Participants
1
Activity
Quiet
Duration
9:25 AM
Thread starter
const tagIds = tags.map((tag) => tag.id);
{% set tagIds = [] %}
{% for tag in tags %}
{% do tagIds.append(tag.id) %}
{% endfor %}