Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 25, 2021
1 parent e8abba0 commit 311e54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cms-sanity/schemas/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export default createSchema({
title: 'Slug',
type: 'slug',
options: {
source: "title"
}
source: 'title',
},
},
],
},
Expand Down

0 comments on commit 311e54c

Please sign in to comment.