Skip to content

Commit

Permalink
bug(uncover-image-game.md): code broken by source formatting commit, f…
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpHarry authored Nov 9, 2024
1 parent c5963dc commit 5ea4f27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/uncover-image-game.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ import { pluck, startWith } from 'rxjs/operators';
const positionChangeUnit = 2;

export const keyboardEvents$ = fromEvent(document, 'keydown').pipe(
pluck < KeyboardEvent,
string > 'code',
pluck<KeyboardEvent, string>("code"),
startWith('')
);

Expand Down

0 comments on commit 5ea4f27

Please sign in to comment.