Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a08dfe5

Browse files
committedJan 29, 2019
Update bug fix
1 parent 1fc1937 commit a08dfe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎services/CopilotPaymentService.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ async function handlePaymentDelete(event, payment) {
260260
async function handlePaymentUpdates(event) {
261261
const projectIds = await Project.find({
262262
$or: [
263-
{owner: event.copilot.handle},
264-
{copilot: event.copilot.handle}
263+
{owner: event.data.copilot.handle},
264+
{copilot: event.data.copilot.handle}
265265
]
266266
}).select('_id');
267267

0 commit comments

Comments
 (0)
This repository has been archived.