Skip to content

Commit

Permalink
Update examples.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi authored Dec 18, 2024
1 parent 1cd6a43 commit e3f7386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ const endpoint = 'https://tusd.tusdemo.net/files/';
const googlePickerClientId =
'1020900325465-7naospne1v7veupmu8rg3a6ipfogr9f0.apps.googleusercontent.com';
const googlePickerApiKey = 'AIzaSyCItfp_WaGGgbNFoU08LMs21ks-MxIqudo';
const googlePickerAppId = 'uppy-server-dev';
const googlePickerAppId = '1020900325465';

export default function Examples() {
// Silly trick to please Docusaurus with client-side hooks such as useLocalStorage
Expand Down

0 comments on commit e3f7386

Please sign in to comment.