Fix issues and add linting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const SMS_TEMPLATES = {
|
||||
PROPOSAL_SUMMARY: (summary: string, proposalId: string) =>
|
||||
PROPOSAL_SUMMARY: (summary: string, _proposalId: string) =>
|
||||
`Proposed change: ${summary}\n\nReply YES to apply or NO to cancel.`,
|
||||
|
||||
APPLIED: (summary: string) =>
|
||||
|
||||
Reference in New Issue
Block a user