Skip to content

Commit

Permalink
Re-send suspectStartDate
Browse files Browse the repository at this point in the history
  • Loading branch information
mia-pi-git committed Oct 27, 2024
1 parent 1898067 commit df6c948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export function checkSuspectVerified(
userid: rating.userid,
format: suspect.formatid,
reqs: {required: reqs, actual: userData},
suspectStartDate: suspect._start_date,

Check failure on line 121 in src/actions.ts

View workflow job for this annotation

GitHub Actions / build (16.x)

Property '_start_date' does not exist on type '{ formatid: string; start_date: number; }'. Did you mean 'start_date'?

Check failure on line 121 in src/actions.ts

View workflow job for this annotation

GitHub Actions / build (20.x)

Property '_start_date' does not exist on type '{ formatid: string; start_date: number; }'. Did you mean 'start_date'?
});
return true;
}
Expand Down

0 comments on commit df6c948

Please sign in to comment.