Skip to content

Commit

Permalink
Update metabase-monthly-highlight.handler.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet committed Sep 30, 2024
1 parent 46c21a2 commit c1e03ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class GetMetabaseMonthlyHighlightHandler implements IQueryHandler<GetMeta

async execute(query: GetMetabaseMonthlyHighlightQuery): Promise<any> {
const METABASE_SITE_URL = "https://metabase.kenyahmis.org";
const METABASE_SECRET_KEY = '919930fd2520f0ea5d890526bdb68daaaa37b8412dba0108a86dba5add85be44';
const METABASE_SECRET_KEY = '';

let payload = {
resource: { dashboard: 56 },
Expand Down

0 comments on commit c1e03ce

Please sign in to comment.