diff --git a/src/handlers/motions/motionCreated/handlers/streamingPayments.ts/cancelStreamingPaymentsMotion.ts b/src/handlers/motions/motionCreated/handlers/streamingPayments.ts/cancelStreamingPaymentsMotion.ts index e02b9cab..ec41abce 100644 --- a/src/handlers/motions/motionCreated/handlers/streamingPayments.ts/cancelStreamingPaymentsMotion.ts +++ b/src/handlers/motions/motionCreated/handlers/streamingPayments.ts/cancelStreamingPaymentsMotion.ts @@ -20,9 +20,7 @@ export default async ( await createMotionInDB(colonyAddress, event, { type: motionNameMapping[name], - fromDomainId: colonyAddress - ? getDomainDatabaseId(colonyAddress, domainId) - : undefined, + fromDomainId: getDomainDatabaseId(colonyAddress, domainId), gasEstimate: gasEstimate.toString(), streamingPaymentId: getExpenditureDatabaseId( colonyAddress,