Skip to content

Commit 483d4b3

Browse files
committed
Matching url changed
1 parent f9a6076 commit 483d4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
} from "./types";
1616

1717
export const CLUBHOUSE_STORY_URL_REGEXP =
18-
/https:\/\/app.clubhouse.io\/\w+\/story\/(\d+)(\/[A-Za-z0-9-]*)?/;
18+
/https:\/\/app.shortcut.com\/\w+\/story\/(\d+)(\/[A-Za-z0-9-]*)?/;
1919
export const CLUBHOUSE_BRANCH_NAME_REGEXP = /^(?:.+[-/])?sc\-(\d+)(?:[-/].+)?$/;
2020

2121
interface Stringable {

0 commit comments

Comments
 (0)