Skip to content

Commit

Permalink
Accidentally let this one slip through
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedyD authored Sep 1, 2024
1 parent 3b96901 commit 81b7863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function postCreateCharacter(Request $request, CharacterManager $service)
'x0', 'x1', 'y0', 'y1',
'designer_id', 'designer_url',
'artist_id', 'artist_url',
'species_id', 'subtype_id', 'rarity_id', 'feature_id', 'feature_data',
'species_id', 'subtype_ids', 'rarity_id', 'feature_id', 'feature_data',
'image', 'thumbnail', 'image_description', 'content_warnings',
]);
if ($character = $service->createCharacter($data, Auth::user())) {
Expand Down

0 comments on commit 81b7863

Please sign in to comment.