Skip to content

Commit 2719b8c

Browse files
authored
Update job_id in application data
1 parent 44a91be commit 2719b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apply.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ document.getElementById("applyForm").addEventListener("submit", async (e) => {
4848
email: email,
4949
phone: phone,
5050
resume_url: urlData.publicUrl,
51-
job_id: "PASTE_JOB_UUID_HERE"
51+
job_id: "baada626-3e67-4aed-82c4-27c818cba345"
5252
});
5353

5454
if (insertError) {

0 commit comments

Comments
 (0)