Skip to content

Commit

Permalink
Ext: Remove nodeEnv from DustAPI constructor (#9737)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored Jan 3, 2025
1 parent 393af0b commit 6c3afac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/app/src/lib/dust_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const useDustAPI = () => {
return new DustAPI(
{
url: process.env.DUST_DOMAIN,
nodeEnv: process.env.NODE_ENV,
},
{
apiKey: () => getAccessToken(),
Expand Down

0 comments on commit 6c3afac

Please sign in to comment.