Skip to content

Commit

Permalink
feat: pr
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Oct 29, 2023
1 parent 3ca6900 commit d33889b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-zoos-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"panora-sdk": patch
---

dddd
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
with:
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class PanoraApiClient {

constructor(){}

public async getContacts(): Promise<string[]> {
public async getContact(): Promise<string[]> {
return [];
}

Expand Down

0 comments on commit d33889b

Please sign in to comment.