Skip to content
Snippets Groups Projects
Commit 9b9314a7 authored by Benedikt Hermann's avatar Benedikt Hermann
Browse files

fix issue

parent d90ee51d
Branches
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ async function fetchData<R>(query: any, variables: any) {
async function main() {
const response = await fetchData(query, { id: '14278953' });
const response = await fetchData<EpisodeResponse>(query, { id: '14278953' });
if (response) {
const activityPubEpisode = transformEpisode(response);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment