We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a6076 commit 483d4b3Copy full SHA for 483d4b3
src/util.ts
@@ -15,7 +15,7 @@ import {
15
} from "./types";
16
17
export const CLUBHOUSE_STORY_URL_REGEXP =
18
- /https:\/\/app.clubhouse.io\/\w+\/story\/(\d+)(\/[A-Za-z0-9-]*)?/;
+ /https:\/\/app.shortcut.com\/\w+\/story\/(\d+)(\/[A-Za-z0-9-]*)?/;
19
export const CLUBHOUSE_BRANCH_NAME_REGEXP = /^(?:.+[-/])?sc\-(\d+)(?:[-/].+)?$/;
20
21
interface Stringable {
0 commit comments