Skip to content

Commit

Permalink
fix(pinterest): set default type to '_created' in user route
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Nov 28, 2024
1 parent 087a8d5 commit ce50829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/pinterest/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const route: Route = {
username: 'Username',
type: {
description: 'Type, default to `_created`',
default: '_created',
options: [
{ value: '_created', label: 'Created' },
{ value: '_saved', label: 'Saved' },
Expand Down

0 comments on commit ce50829

Please sign in to comment.