Update regex for project identifier to match anywhere

This commit is contained in:
Manuel Bouza 2019-03-29 22:26:35 +01:00
parent 87aaa99276
commit c153eb6c91

View File

@ -1,4 +1,4 @@
const projectRegex = /^\[(\d+)\]/
const projectRegex = /\[(\d+)\]/
export default {
asana: {