Skip to content

Commit

Permalink
Fix wrong name in ArtStation model file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed May 5, 2022
1 parent 7e2f858 commit 3130acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sites/ArtStation/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const meta: Record<string, MetaField> = {
};

export const source: ISource = {
name: "Slushe",
name: "ArtStation",
modifiers: [],
forcedTokens: [],
meta,
Expand Down

0 comments on commit 3130acd

Please sign in to comment.