Add translation for product names (#74)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user