mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
chore: skillsId -> skillIds
This commit is contained in:
committed by
Scott Stevenson
parent
63c9cd24d8
commit
6328ad884e
@@ -32,7 +32,6 @@ const CreateQuestPage: React.FC<Props> = ({ guilds, skillChoices }) => {
|
||||
cooldown: transformCooldownForBackend(cooldown, repetition),
|
||||
roleIds: [],
|
||||
skillIds: skills.map((s) => s.id),
|
||||
roles_id: [],
|
||||
};
|
||||
|
||||
createQuest({
|
||||
|
||||
Reference in New Issue
Block a user