We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c338b2 commit 20bdf15Copy full SHA for 20bdf15
1 file changed
src/services/safeServices.ts
@@ -44,6 +44,7 @@ export const fetchSafeMessageByTimestamp = async (
44
headers: {
45
'user-agent':
46
'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}`,
48
},
49
50
);
0 commit comments