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