Skip to content

Commit

Permalink
Merge pull request #125 from starknet-id/feat/add_quest_name
Browse files Browse the repository at this point in the history
feat: add quest_name
  • Loading branch information
fricoben authored Aug 10, 2023
2 parents f7da4e1 + e6d2222 commit 09ea95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions types/backTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type UserTask = {
verify_endpoint_type: string;
verify_redirect: string | null;
completed: boolean;
quiz_name: string | null;
};

type UserDocument = {
Expand Down
1 change: 1 addition & 0 deletions types/frontTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type Task = {
wasVerified?: boolean;
hasError?: boolean;
verifyError?: string;
quizName?: string;
};

type TaskProps = Task & { id: number };
Expand Down

1 comment on commit 09ea95c

@vercel
Copy link

@vercel vercel bot commented on 09ea95c Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.