Skip to content

Commit

Permalink
remove obsolete columns in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Bergoens committed Jan 29, 2025
1 parent da05236 commit 6f982db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/steps/learning-content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ const tables = [{
{ name: 'format', type: 'text' },
{ name: 'link', type: 'text' },
{ name: 'source', type: 'text' },
{ name: 'tutorialForSkills', type: 'text []', isArray: true },
{ name: 'furtherInformation', type: 'text []', isArray: true },
{ name: 'locale', type: 'text' },
],
indexes: ['title'],
Expand Down

0 comments on commit 6f982db

Please sign in to comment.