fix: test failing due to undefined
This commit is contained in:
@@ -22,9 +22,9 @@ export class BunnyService {
|
||||
@bindThis
|
||||
public getBunnyInfo(meta: MiMeta) {
|
||||
return {
|
||||
endpoint: meta.objectStorageEndpoint ?? undefined,
|
||||
endpoint: meta.objectStorageEndpoint ?? 'example.net',
|
||||
accessKey: meta.objectStorageSecretKey ?? '',
|
||||
zone: meta.objectStorageBucket ?? undefined,
|
||||
zone: meta.objectStorageBucket ?? '',
|
||||
prefix: meta.objectStoragePrefix ?? '',
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user