philiplourandos / qdb

0 stars 0 forks source link

Change submitter from String to Long #12

Closed philiplourandos closed 4 years ago

philiplourandos commented 4 years ago

The thirdparty rest api uses a numeric for the userId. That does not mesh with out String type submitter. Change the existing Document to use a long for the submitter and update code and test cases