Skip to content

Commit

Permalink
fix camelCasing on random method
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Dec 14, 2023
1 parent 0cadb44 commit e38cecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v2/service/gallery.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class GalleryService {

private readonly settingsService = new SettingsService();

async UrlsFromTextures(
async urlsFromTextures(
pack: string,
edition: string,
mc_version: string,
Expand Down Expand Up @@ -133,7 +133,7 @@ export default class GalleryService {

const pack = RES_TO_PACKS[res];

const urls = await this.UrlsFromTextures(
const urls = await this.urlsFromTextures(
pack,
edition,
mc_version,
Expand Down

0 comments on commit e38cecd

Please sign in to comment.