fix cache
hailey.at 5 months ago 265b3d77 f0a564b1
··· 182 182 return nil, err 183 183 } 184 184 f.cached = posts 185 185 - f.cacheExpiresAt = now 185 185 + f.cacheExpiresAt = now.Add(1 * time.Minute) 186 186 187 187 return posts, nil 188 188 }