Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeweb committed Nov 15, 2023
1 parent 7ee6334 commit 96236d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/animal-quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export type AnimalQuestWithRelation = AnimalQuestWithEpisode & {

export const getAmbassadorEpisode = (
ambassador: AmbassadorKey | string,
type?: "featured" | "related"
type?: "featured" | "related",
): AnimalQuestWithRelation | undefined => {
if (!isAmbassadorKey(ambassador)) return undefined;

Expand Down

0 comments on commit 96236d5

Please sign in to comment.