WIP Rename contributorId to recipientId

This commit is contained in:
2021-06-03 16:26:09 +02:00
parent d07963ad6b
commit 721c330f3c
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default function processReimbursementData(data) {
}
const otherProperties = [
'id', 'contributorId', 'token', 'vetoed', 'ipfsHash',
'id', 'recipientId', 'token', 'vetoed', 'ipfsHash',
'expenses', 'pendingTx'
];