2
0

hinzufügen von BLS cal

This commit is contained in:
2024-09-12 14:00:50 +02:00
parent 84fb8b0710
commit 7ee7c74017
7 changed files with 8 additions and 8 deletions

View File

@ -40,7 +40,7 @@ const main = async () => {
id: ({ results }) =>
p.text({
message:
'Integration ID? (should be a slug like: cal-com, openai...)',
'Integration ID? (should be a slug like: bls-cal, openai...)',
placeholder: 'my-integration',
initialValue: slugify(results.name ?? ''),
validate: (val) => {