Skip to content

Commit

Permalink
nid -> node_id
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 4, 2024
1 parent 965bd72 commit b4515e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/sheetsStructs.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func sheetsFields() []CsvColumn {
"Upload ID": "id",
"Page/Item Parent ID": "parent_id",
"Child Sort Order": "field_weight",
"Node ID": "nid",
"Node ID": "node_id",
"Parent Collection": "field_member_of",
"Object Model": "field_model",
"File Path": "file",
Expand Down
2 changes: 1 addition & 1 deletion workbench/workbench.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4515e4

Please sign in to comment.