Skip to content

Commit

Permalink
remove playerTools from url
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Apr 26, 2024
1 parent e67dcaa commit d42a0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export async function associateUser(userDB: User, dbid: string, access_token?: s
let profileDB = await Profile.findOne({ where: { dbid: `${dbid}` }, include: [User] });
if (!profileDB) {
return {
error: `DBID not found. Make sure you uploaded the profile for the correct account at ${CONFIG.DATACORE_URL}playertools `
error: `DBID not found. Make sure you uploaded the profile for the correct account at ${CONFIG.DATACORE_URL} `
};
}

Expand Down

0 comments on commit d42a0e4

Please sign in to comment.