mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
GcpClient: remove unused BASE_URL
This commit is contained in:
parent
1c0d8e524e
commit
92dd46b176
@ -10,7 +10,6 @@ import {
|
|||||||
|
|
||||||
|
|
||||||
const ENDPOINT = 'storage.googleapis.com';
|
const ENDPOINT = 'storage.googleapis.com';
|
||||||
const BASE_URL = 'https://storage.googleapis.com/upload/storage/v1/b';
|
|
||||||
|
|
||||||
export default class GcpClient implements StorageClient {
|
export default class GcpClient implements StorageClient {
|
||||||
#accessKey: string;
|
#accessKey: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user