Skip to content

Commit 70069e6

Browse files
authored
Merge pull request #427 from PromptPlace/bug/#424
Bug/#424
2 parents 89a27d2 + 9e2a443 commit 70069e6

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/purchases/repositories/purchase.complete.repository.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export const PurchaseCompleteRepository = {
66
createPurchaseTx(tx: Tx, data: {
77
user_id: number;
88
prompt_id: number;
9-
seller_id?: number;
109
amount: number;
1110
is_free: false;
1211
}) {

src/purchases/services/purchase.complete.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export const PurchaseCompleteService = {
3636
const purchase = await PurchaseCompleteRepository.createPurchaseTx(tx, {
3737
user_id: userId,
3838
prompt_id: prompt.prompt_id,
39-
seller_id: prompt.user_id,
4039
amount: serverPrice,
4140
is_free: false
4241
});

0 commit comments

Comments
 (0)