Skip to content

Commit 14d369e

Browse files
committed
eliminate code warning
1 parent 611d638 commit 14d369e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/round/TechCardDraft.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ export default defineComponent({
189189
}
190190
this.playerTurn = false
191191
this.techDraftStep.playerTechs.push(t)
192-
this.techDraftStep.playerTechs = this.techDraftStep.playerTechs
193192
if (t == Tech.ARMY) {
194193
this.techDraftStep.nextStartPlayer = Player.PLAYER
195194
}

0 commit comments

Comments
 (0)