Skip to content

Commit

Permalink
fix: default twitter pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Oct 20, 2024
1 parent 14d23ea commit a10352d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/app/submit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Submit() {
location: "body",
parts: JSON.stringify([
{ "is_public": false, "regex_def": "email was meant for @" },
{ "is_public": true, "regex_def": "(a-zA-Z0-9_)+" }
{ "is_public": true, "regex_def": "[a-zA-Z0-9_]+" }
], null, 2)
}
],
Expand Down

0 comments on commit a10352d

Please sign in to comment.