Add translation for product names (#74)

This commit is contained in:
Niklas Fondberg
2021-10-26 10:08:25 +02:00
committed by GitHub
parent ac5be19649
commit 56ad07edf8
5 changed files with 127 additions and 4 deletions
-1
View File
@@ -25,7 +25,6 @@ export async function sendMessage(
body: string,
queueUrl: string,
): Promise<SendMessageCommandOutput | undefined> {
console.log('Senfing', body);
const client = new SQSClient({ region: 'eu-west-1' });
const params: SendMessageCommandInput = {