Skip to content

Commit

Permalink
fix(pipeline): add test and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestman28 committed May 28, 2020
1 parent 81fd36b commit 0a40ef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added docs/test2.md
Empty file.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const xuiNodeLib = new XuiNodeLib({})

const verifyCallback = (done: any, session: any, user: any) => {
console.log(session, user)
console.log('VerifyCallback1')
console.log('VerifyCallback2')
done()
}

Expand Down

0 comments on commit 0a40ef3

Please sign in to comment.