Forgot to stop putting transaction back

This commit is contained in:
QiTao Weng 2021-04-11 03:22:21 +00:00
parent 4d687efa76
commit b8bf02bc12

View File

@ -76,7 +76,6 @@ export class Transaction extends Unit {
})
}
}
this.firebase.ref('transaction').set(newSnapshot)
})
}