fix test function II

This commit is contained in:
2021-07-31 15:18:39 +02:00
parent 0b729cbb1d
commit d25eb544c5

View File

@@ -16,7 +16,7 @@ exports.handler = async function(event, context) {
.catch((error) => {
return {
statusCode: 500,
body: JSON.stringify('discord api shat itself brb'),
body: 'discord api shat itself brb',
};
});
};