Skip to content

Commit

Permalink
remove default provider url
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed Apr 13, 2022
1 parent cb082ec commit 81afa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/optionsStorageApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface Options {
}

const defaultsOptions: Options = {
providerUrl: 'https://solidcommunity.net',
providerUrl: '',
};

export const save = (options: Options): Promise<Options> => {
Expand Down

0 comments on commit 81afa3a

Please sign in to comment.