Skip to content

Commit

Permalink
fix: replace greg with laura
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored Oct 30, 2024
1 parent 005d9f5 commit 704b9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions function/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const emails = [
{ id: 5, email: 'lault@utah.gov' },
{ id: 6, email: 'sfernandez@utah.gov' },
{ id: 7, email: 'zbeck@utah.gov' },
{ id: 8, email: 'agrc@utah.gov' },
{ id: 12, email: 'gbunce@utah.gov' },
{ id: 8, email: 'ugrc@utah.gov' },
{ id: 12, email: 'lault@utah.gov' },
];

export const schema = yup.object().shape({
Expand Down

0 comments on commit 704b9f9

Please sign in to comment.