From f81c057fc683fc3ee8ae3ed8a77c8831467c6881 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Mon, 4 Sep 2023 16:29:45 +0200 Subject: [PATCH] With data --- dist/index.js | 4 ++-- index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index b46f047..9f351ec 100644 --- a/dist/index.js +++ b/dist/index.js @@ -19687,8 +19687,8 @@ async function main() { views: views.data, clones: clones.data, repoData: repoData.data, - referralPaths: referralPaths, - referralSources: referralSources, + referralPaths: referralPaths.data, + referralSources: referralSources.data, time: time } diff --git a/index.js b/index.js index 16d7abb..320f0b6 100644 --- a/index.js +++ b/index.js @@ -72,8 +72,8 @@ async function main() { views: views.data, clones: clones.data, repoData: repoData.data, - referralPaths: referralPaths, - referralSources: referralSources, + referralPaths: referralPaths.data, + referralSources: referralSources.data, time: time }