Skip to content

Commit 0e50f22

Browse files
authored
Merge pull request #264 from zendesk/victor.piolin/bump-deps
chore: fix lint after bumping typescript-eslint
2 parents dfa05ba + cba346d commit 0e50f22

4 files changed

Lines changed: 55 additions & 240 deletions

File tree

__tests__/services/sunshine-conversation-api-service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe("SunshineConversationApiService", () => {
159159
text: `Your cart contains ${quantity} items for a total of ${price}`,
160160
actions: [
161161
{
162-
type: "link",
162+
type: Capabilities.Link,
163163
uri: invoiceUrl,
164164
text: "Complete your purchase"
165165
}

package-lock.json

Lines changed: 44 additions & 230 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)