mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Fixing type in constructor (#8486)
This commit is contained in:
parent
0872cbfb2f
commit
4ad6a8030b
@ -62,8 +62,8 @@ struct BlobMetadataDetailsRef {
|
||||
BlobMetadataDomainNameRef domainName,
|
||||
Optional<StringRef> base,
|
||||
VectorRef<StringRef> partitions,
|
||||
int64_t refreshAt,
|
||||
int64_t expireAt)
|
||||
double refreshAt,
|
||||
double expireAt)
|
||||
: domainId(domainId), domainName(ar, domainName), partitions(ar, partitions), refreshAt(refreshAt),
|
||||
expireAt(expireAt) {
|
||||
if (base.present()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user