Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from HealthScreening/PythonCoderAS-patch-1
Browse files Browse the repository at this point in the history
Add new PreQuestion param to form submission
  • Loading branch information
PythonCoderAS authored Jan 31, 2022
2 parents cc2901e + 05c12a0 commit 3a275a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions completeScreening.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export interface SubmitParams {
State: string;
Location: string;
Floor: string | null;
PrequestionAnswer: 0 | 1;
Answer1: 0 | 1;
Answer2: 0 | 1;
Answer3?: 0 | 1;
Expand All @@ -56,6 +57,7 @@ export default async function completeScreening(
State: "NY",
Location: "X445",
Floor: null,
PrequestionAnswer: 0,
Answer1: 0,
Answer2: 0,
Answer3: 0,
Expand Down

0 comments on commit 3a275a1

Please sign in to comment.