Skip to content

Commit

Permalink
fix: rm double develop fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Jul 19, 2021
1 parent 5fbe766 commit b1ef6b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -32,7 +32,6 @@ jobs:
run: |
git reset --hard
git fetch origin master:master
git fetch origin develop:develop
- name: Set npm credentials
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> $HOME/.npmrc
Expand Down
2 changes: 0 additions & 2 deletions src/iam.ts
Expand Up @@ -486,8 +486,6 @@ export class IAM extends IAMBase {
*
*/
async issuePublicClaim({ token, publicClaim }: { token?: string, publicClaim?: IPublicClaim }) {
console.log(publicClaim, token);

if (this._issuerClaims) {
if (publicClaim) {
return this._issuerClaims.issuePublicClaim(publicClaim);
Expand Down

0 comments on commit b1ef6b1

Please sign in to comment.