Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
matyson committed May 20, 2024
1 parent 0c7e640 commit b1a9751
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/deepsirius-ui/src/server/api/routers/tb_consumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,11 @@ export const tbConsumerRouter = createTRPCRouter({
} catch (e) {
console.log(e);
}
return {
logdir: '',
name: '',
url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
pid: 0,
};
}),
});

0 comments on commit b1a9751

Please sign in to comment.