Skip to content

Commit

Permalink
Merge pull request #414 from storyblok/fix-int-760-path-sbstorydata-i…
Browse files Browse the repository at this point in the history
…nterface

fix(int 760): path value inside storydata interface
  • Loading branch information
Thiago Saife authored Jan 17, 2023
2 parents d959d10 + fb2e8ec commit a0a68d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export interface ISbStoryData<
slug: string
lang: string
default_full_slug?: string
path?: string
translated_slugs?: {
path: string
name: string | null
Expand Down
1 change: 0 additions & 1 deletion src/sbFetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class SbFetch {
if (this.timeout) {
timeout = setTimeout(() => controller.abort(), this.timeout)
}


try {
const response = await this.fetch(`${url}`, {
Expand Down

0 comments on commit a0a68d2

Please sign in to comment.