Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
293
Merge Requests
38
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
c98ae5f5
Commit
c98ae5f5
authored
10 minutes ago
by
Mark Harding
Browse files
Options
Download
(chore): drop referrals down to 1
parent
af77626a
master
No related merge requests found
Pipeline
#94011298
failed with stages
in 4 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Core/Rewards/Contributions/ContributionValues.php
View file @
c98ae5f5
...
...
@@ -8,8 +8,8 @@ class ContributionValues
'reminds'
=>
4
,
'votes'
=>
1
,
'subscribers'
=>
4
,
'referrals'
=>
50
,
'referrals_welcome'
=>
50
,
'referrals'
=>
1
,
'referrals_welcome'
=>
1
,
'checkin'
=>
2
,
'jury_duty'
=>
25
,
'onchain_tx'
=>
10
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment