Skip to content

Commit

Permalink
Fix bad copy paste (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Morgan <[email protected]>
  • Loading branch information
ebm5025 and Ed Morgan authored Jun 13, 2024
1 parent b0cac1e commit 601363c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/bot/bot-prisma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class PrismaPublicAccounts implements IPublicAccountService {
}
if (bindLocation !== undefined) {
bot.bindLocation = botRowData[
BOT_SPREADSHEET_COLUMNS.CurrentPilot
BOT_SPREADSHEET_COLUMNS.BindLocation
] as string;
}
await this.prisma.bot.update({
Expand Down

0 comments on commit 601363c

Please sign in to comment.