Skip to content

Commit

Permalink
build: update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
szenius committed Oct 14, 2021
1 parent c28fdeb commit 9b1484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10195,7 +10195,7 @@ const updateNotionStory = async (

const extractFirstNotionPageId = (prDescription) => {
const notionURLs = prDescription.match(
/(https?:\/\/)?(www\.)?notion\.so\/([A-Za-z0-9\-]+)/gi
/(https?:\/\/)?(www\.)?notion\.so\/([A-Za-z0-9\-\/]+)/gi
);
if (notionURLs === null || notionURLs.length === 0) {
return null;
Expand Down

0 comments on commit 9b1484c

Please sign in to comment.