Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Nov 29, 2023
1 parent e85e777 commit f68adfe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/next/types/Launch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export const LaunchNode = node<BackendResource>({
name: 'Launch',
key: 'flight_number',
async load(ids) {
console.log(
ids.map((id) => 'https://api.spacexdata.com/v3/launches/' + 'xd'),
)
const launches = await Promise.allSettled(
ids.map((id) =>
fetch('https://api.spacexdata.com/v3/launches/' + id, {
Expand Down

0 comments on commit f68adfe

Please sign in to comment.