Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sogunshola committed Oct 25, 2022
1 parent 9df048b commit f680257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apiUtils/src/resolvers/getCommonHeaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import MoralisCore from '@moralisweb3/core';
export type Headers = { [key: string]: string };

export const getCommonHeaders = (): Headers => ({
'x-moralis-platform': `JS SDK`,
'x-moralis-platform': 'JS SDK',
'x-moralis-platform-version': MoralisCore.libVersion,
'x-moralis-build-target': 'node',
});

0 comments on commit f680257

Please sign in to comment.