Skip to content

Commit

Permalink
Merge pull request #1809 from CenterForOpenScience/hotfix/analytics-p…
Browse files Browse the repository at this point in the history
…age-keen

[hotfix] temporary fix for analytics page
  • Loading branch information
mattclark authored Feb 23, 2023
2 parents 3e8b91f + 9fb4b5c commit 52bcb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/analytics-page/addon/services/keen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Moment } from 'moment';

import Node from 'ember-osf-web/models/node';

const { metricsAdapters } = config;
const { keen: metricsAdapters } = config as any;

export default class KeenService extends Service {
async queryNode(
Expand Down

0 comments on commit 52bcb16

Please sign in to comment.