Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit a645dff

Browse files
committed
apiMetrics -> apiMeta
1 parent baa5676 commit a645dff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/preprints/-components/preprint-metrics/component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface InputArgs {
1515

1616
export default class PreprintMetrics extends Component<InputArgs> {
1717
@service store!: Store;
18-
@tracked apiMetrics!: BaseMeta;
18+
@tracked apiMeta!: BaseMeta;
1919

2020
metricsStartDate = config.OSF.metricsStartDate;
2121

@@ -41,7 +41,7 @@ export default class PreprintMetrics extends Component<InputArgs> {
4141
adapterOptions,
4242
});
4343

44-
this.apiMetrics = preprintMetrics.apiMetrics;
44+
this.apiMeta = preprintMetrics.apiMeta;
4545
// eslint-disable-next-line
4646
} catch (_){ }
4747
}

0 commit comments

Comments
 (0)