Skip to content

Commit

Permalink
No author on dev quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
the-wright-jamie committed Jan 29, 2024
1 parent 7349a50 commit 45b781c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/widgets/quote/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function getDeveloperExcuse(): Promise<{quote: string, author: string | un

return {
quote: body.data,
author: "Normal Developer"
author: undefined
};
} catch (err) {
return {
Expand Down

0 comments on commit 45b781c

Please sign in to comment.