Skip to content

Commit

Permalink
Update answer.gjs
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 24, 2024
1 parent 0cf7aed commit 789ae3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { use, resource } from 'ember-resources';
import { RemoteData, remoteData } from 'reactiveweb/remote-data';
import { keepLatest } from 'reactiveweb/keep-latest';

const { JSON } = globalThis;
const isEmpty = (x) => !x || x?.length === 0;
const urlFor = (id) => `https://swapi.tech/api/people/${id}`;

Expand Down

0 comments on commit 789ae3a

Please sign in to comment.