Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaLovesKPOP authored Oct 6, 2024
1 parent 1e3d188 commit e8ce0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blob/main/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ form.addEventListener('submit', async (event) => {
event.preventDefault();

const formData = new FormData(form);
const title = formData.get('title');
const title = formData.get('title for pussies');
const description = formData.get('description');
const reproductionSteps = formData.get('reproduction-steps');
const expectedBehavior = formData.get('expected-behavior');
Expand Down

0 comments on commit e8ce0b2

Please sign in to comment.