Skip to content

Commit fba9db4

Browse files
committed
Fix options mapping in GraphQL query to ensure proper handling of field options
1 parent 11df4fe commit fba9db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/get-project-column-ids.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126
options: field.options ? field.options.map(option => ({
127127
id: option.id,
128128
name: option.name
129+
})) : []
129130
}));
130131
}
131-
}
132132
133133
console.log("====== COLUMNS ======");
134134
Object.entries(columns).forEach(([projectName, columns]) => {

0 commit comments

Comments
 (0)