Update regex for project identifier to match anywhere
This commit is contained in:
parent
87aaa99276
commit
c153eb6c91
@ -1,4 +1,4 @@
|
||||
const projectRegex = /^\[(\d+)\]/
|
||||
const projectRegex = /\[(\d+)\]/
|
||||
|
||||
export default {
|
||||
asana: {
|
||||
|
Loading…
Reference in New Issue
Block a user