Created
June 27, 2020 06:38
-
-
Save cstrouse/bd26015b2b6460840220dfdf6f0e4e33 to your computer and use it in GitHub Desktop.
Use this code snippet to calculate how much you've made over the lifetime of your Upwork account.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://www.upwork.com/ab/payments/reports/relationship-values | |
Applet.getVar('reportData').relationships.reduce((accum,item) => accum + item.totalValue, 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment