spelling: column
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3ce67ac9ad
commit
7cfefa2b06
|
@ -251,7 +251,7 @@ export default class Account {
|
||||||
const nextOrder = nextAccount.order
|
const nextOrder = nextAccount.order
|
||||||
|
|
||||||
// At first, we need to update the next account with dummy order.
|
// At first, we need to update the next account with dummy order.
|
||||||
// Because this colum is uniqued, so can not update with same order.
|
// Because this column is uniqued, so can not update with same order.
|
||||||
await this.updateAccount(
|
await this.updateAccount(
|
||||||
nextAccount._id!,
|
nextAccount._id!,
|
||||||
Object.assign(nextAccount, {
|
Object.assign(nextAccount, {
|
||||||
|
|
Loading…
Reference in New Issue