Conduit_NodeJS
Conduit_NodeJS copied to clipboard
Fix feed API error
The sql query string for feed api throw error 'relation "followers" does not exist', because the 'followers' should be 'Followers'. This PR also add double quotes to words containing uppercase letter since postgresql will lowercase them if they are not surrounded by double quotes.