Skip to content

Commit

Permalink
ref(enums): EnquiryTopic
Browse files Browse the repository at this point in the history
  • Loading branch information
eevan7a9 committed Sep 25, 2022
1 parent d6c5e3b commit 480a9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-fastify/src/enums/enquiries.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export const EnquiryTopic = {
schedule: "schedule",
payment: "payment",
sales: "sales",
info: "info",
info: "information",
};
Object.freeze(EnquiryTopic);

0 comments on commit 480a9ed

Please sign in to comment.