We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b70b4 commit dbb9d9bCopy full SHA for dbb9d9b
1 file changed
src/routes/dashboard/admin/ysws-review/[id]/+page.server.ts
@@ -300,7 +300,10 @@ export const actions = {
300
Authorization: `Bearer ${env.PXL_API_KEY}`,
301
'Content-Type': 'application/json'
302
},
303
- body: JSON.stringify({ email: primary_email, number_to_add: 200 })
+ body: JSON.stringify({
304
+ email: primary_email,
305
+ number_to_add: 200 + queriedProject.timeSpent
306
+ })
307
});
308
}
309
0 commit comments