pull/541/head
sidhujag 2020-09-10 11:51:43 -07:00
parent 0aac8f0607
commit 447e9b2324
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ func (d *RocksDB) GetSetupAssetCacheFirstTime() bool {
return SetupAssetCacheFirstTime
}
func (d *RocksDB) SetSetupAssetCacheFirstTime(cacheVal bool) bool {
func (d *RocksDB) SetSetupAssetCacheFirstTime(cacheVal bool) {
SetupAssetCacheFirstTime = cacheVal
}