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…
Reference in New Issue