Skip to content

Commit e36c5b1

Browse files
committed
스팸 분류때문에 도메인 변경
1 parent 64e94a4 commit e36c5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const handler: SQSHandler = async (event: SQSEvent) => {
6464
Data: `새 프로젝트 알림: ${project.title}`,
6565
},
6666
},
67-
Source: 'project-notification@leemhoon.com',
67+
Source: 'project-notification1@leemhoon.com',
6868
});
6969

7070
await sesClient.send(command);

0 commit comments

Comments
 (0)