Skip to content

Commit

Permalink
correct function callback_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Oct 8, 2024
1 parent 653470a commit ca7e3be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/schema/slack/functions/_scripts/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export const redText = (text: string) => red + text + reset;

// TODO: once List steps work in code, bring this back
const FUNCTIONS_TO_IGNORE = [
"slack#/functions/update_list_record",
"slack#/functions/share_list_users",
"slack#/functions/lists_activity_feed",
"slack#/functions/list_add_record",
"slack#/functions/delete_list_record",
"slack#/functions/copy_list",
"update_list_record",
"share_list_users",
"lists_activity_feed",
"list_add_record",
"delete_list_record",
"copy_list",
];

export async function getSlackFunctions(
Expand Down

0 comments on commit ca7e3be

Please sign in to comment.