Skip to content

Commit 20bdf15

Browse files
committed
add Authorization key
1 parent 8c338b2 commit 20bdf15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/services/safeServices.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const fetchSafeMessageByTimestamp = async (
4444
headers: {
4545
'user-agent':
4646
'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0',
47+
Authorization: `Bearer ${process.env.SAFE_API_KEY}`,
4748
},
4849
},
4950
);

0 commit comments

Comments
 (0)