strapi / migration-scripts

Collection of Strapi Migration scripts
58 stars 58 forks source link

Typo - Mongov3->SQLv3 references '.moel' instead of '.model' #78

Closed Xander-SquareKicker closed 1 year ago

Xander-SquareKicker commented 1 year ago

Bug report

Required System information

N/A, this is a current typo

Describe the bug

Typo in code. Referencing 'attribute.moel' instead of 'attribute.model'

Steps to reproduce the behavior

  1. Visit mongov3->sqlv3 tool, index.js, line 229

Expected behavior

Reference attribute.model

Screenshots

If applicable, add screenshots to help explain your problem.

Code snippets

const isOneWay = attribute.model && !attribute.via && attribute.moel !== '*';