File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ async function fetchShutterData(decryptionTimestamp: number): Promise<ShutterApi
3535 headers : {
3636 accept : "application/json" ,
3737 "Content-Type" : "application/json" ,
38- authorization : `Bearer ${ import . meta. env . REACT_APP_SHUTTER_API_TOKEN } ` ,
38+ // authorization: `Bearer ${import.meta.env.REACT_APP_SHUTTER_API_TOKEN}`,
3939 } ,
4040 body : JSON . stringify ( {
4141 decryptionTimestamp,
@@ -82,7 +82,7 @@ async function fetchDecryptionKey(identity: string): Promise<ShutterDecryptionKe
8282 method : "GET" ,
8383 headers : {
8484 accept : "application/json" ,
85- authorization : `Bearer ${ import . meta. env . REACT_APP_SHUTTER_API_TOKEN } ` ,
85+ // authorization: `Bearer ${import.meta.env.REACT_APP_SHUTTER_API_TOKEN}`,
8686 } ,
8787 } ) ;
8888
You can’t perform that action at this time.
0 commit comments