Skip to content

Commit

Permalink
little rename
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispatrick committed Oct 17, 2023
1 parent 403016b commit f1b658a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/events/register_skill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,11 @@ export async function inlineDatalogResources(

// subscription paths defined in yaml
for (const subscriptionPath of skill.datalogSubscriptionPaths || []) {
const groupMatches = await getDatalogSubscriptionFileMatches(
const subscriptionPathMatches = await getDatalogSubscriptionFileMatches(
p,
`datalog/subscription/${subscriptionPath}`,
);
updateSubscriptions(datalogSubscriptions, groupMatches);
updateSubscriptions(datalogSubscriptions, subscriptionPathMatches);
}
delete skill.datalogSubscriptionPaths;

Expand Down

0 comments on commit f1b658a

Please sign in to comment.