Skip to content

Commit a49fa9f

Browse files
authored
Merge pull request #2562 from CenterForOpenScience/feature/pbs-25-09
Feature/pbs-25-09
2 parents 542d661 + 9196635 commit a49fa9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/preprints/detail/route.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,12 @@ export default class PreprintsDetail extends Route {
6363
const preprint = await this.store.findRecord('preprint', guid, {
6464
reload: true,
6565
include: embeddableFields,
66-
/*
6766
adapterOptions: {
6867
query: {
6968
'metrics[views]': 'total',
7069
'metrics[downloads]': 'total',
7170
},
7271
},
73-
*/
7472
});
7573

7674
const provider = await preprint?.get('provider');

0 commit comments

Comments
 (0)