Skip to content

Commit

Permalink
fix: 🐛 fix instruction from middleware with SQ v19+
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Dec 10, 2024
1 parent 8a91586 commit c733122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/entities/Instruction/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export class Instruction extends Entity<UniqueIdentifiers, string> {
},
},
} = await context.queryMiddleware<Ensured<Query, 'instructions'>>(
instructionsQuery(false, {
instructionsQuery(context.isSqIdPadded, {
id: id.toString(),
})
);
Expand Down

0 comments on commit c733122

Please sign in to comment.