Skip to content

Commit 4daa689

Browse files
committed
fix: temporary rollback
1 parent 42b7b8f commit 4daa689

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • frontend/src/app/[locale]/positions

frontend/src/app/[locale]/positions/page.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ async function fetchPositionPageData() {
3030
thumbnail: {
3131
populate: '*'
3232
},
33-
article_file: {
34-
fields: ['url']
35-
}
3633
}
3734
},
3835
resources: {
@@ -47,9 +44,6 @@ async function fetchPositionPageData() {
4744
},
4845
thumbnail: {
4946
populate: '*'
50-
},
51-
article_file: {
52-
fields: ['url']
5347
}
5448
}
5549
}

0 commit comments

Comments
 (0)