Merge branch 'backend-repo-url' into 'develop'
Extract backend repository from nodeinfo See merge request pleroma/pleroma-fe!1864
This commit is contained in:
commit
e4a1a56dbd
7 changed files with 5 additions and 25 deletions
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
export const extractCommit = versionString => {
|
||||
const regex = /-g(\w+)/i
|
||||
const matches = versionString.match(regex)
|
||||
return matches ? matches[1] : ''
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue