Skip to content

Commit

Permalink
Resolve git being dumb in a merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Jan 24, 2025
1 parent d6ad647 commit 7f902d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/headless/FikaHeadlessProfileService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ export class FikaHeadlessProfileService {
}

public async createMiniProfile(username: string, password: string, edition: string): Promise<string> {
const profileId = this.generateUniqueId();
const scavId = this.generateUniqueId();
const profileId = this.hashUtil.generate();
const scavId = this.hashUtil.generate();

const newProfileDetails: Info = {
id: profileId,
Expand Down

0 comments on commit 7f902d1

Please sign in to comment.