fix when greeting is missing
This commit is contained in:
parent
dccd56bfa5
commit
07881e907d
@ -70,7 +70,7 @@ exports.handler = async function(context, event, callback) {
|
||||
fallbackNumbers: config.Item.fallbackNumbers.SS,
|
||||
pressKey: config.Item.pressKey.S,
|
||||
discordUsers: config.Item?.discordUsers?.SS || [],
|
||||
greeting: config.Item?.greeting.S || "",
|
||||
greeting: config.Item?.greeting?.S || "",
|
||||
});
|
||||
|
||||
}).catch((e) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user