Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Flouse <1297478+Flouse@users.noreply.github.com>
  • Loading branch information
ahonn and Flouse authored May 16, 2024
1 parent 3570fac commit dd89ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/rgbpp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class RgbppCollectorError extends Error {
*/
export default class RgbppCollector extends BaseQueueWorker<IRgbppCollectRequest, IRgbppCollectJobReturn> {
private limit: pLimit.Limit;
private dataCahe: DataCache<IRgbppCollectJobReturn>;
private dataCache: DataCache<IRgbppCollectJobReturn>;

constructor(private cradle: Cradle) {
super({
Expand Down

0 comments on commit dd89ddb

Please sign in to comment.