Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia committed Nov 21, 2023
1 parent 74e6114 commit 8dae085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/form/entities/emailSubmissionLog.interface.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface EmailSubmissionLog {
id?: string;
id?: number;
code?: string;
exceptionLog?: string;
confirmationId?: string;
Expand Down

0 comments on commit 8dae085

Please sign in to comment.