mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
fix missing change in backend and fix lint in dht-node
This commit is contained in:
parent
7fafb546b5
commit
471949e1b1
@ -19,7 +19,7 @@ export class ContributionLink {
|
||||
this.cycle = contributionLink.cycle
|
||||
this.maxPerCycle = contributionLink.maxPerCycle
|
||||
this.code = contributionLink.code
|
||||
this.link = CONFIG.COMMUNITY_REDEEM_CONTRIBUTION_URL.replace(/{code}/g, this.code)
|
||||
this.link = CONFIG.COMMUNITY_REDEEM_CONTRIBUTION_URL + this.code
|
||||
}
|
||||
|
||||
@Field(() => Int)
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
/* eslint-disable n/no-process-env */
|
||||
import { latestDbVersion } from '@dbTools/config/detectLastDBVersion'
|
||||
import dotenv from 'dotenv'
|
||||
|
||||
import { validate } from 'gradido-config'
|
||||
|
||||
import { schema } from './schema'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user