Skip to content

Commit 6cb717f

Browse files
Update helper.js
1 parent 713ebf0 commit 6cb717f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/helper.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ async function getProjects (token) {
298298
const url = `${config.TC_API}/projects?type=talent-as-a-service`
299299
const res = await request
300300
.get(url)
301+
.query({
302+
memberOnly: true
303+
})
301304
.set('Authorization', token)
302305
.set('Content-Type', 'application/json')
303306
.set('Accept', 'application/json')

0 commit comments

Comments
 (0)