We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b8ee1 commit ab7c846Copy full SHA for ab7c846
src/utils/getPacketForStep.ts
@@ -10,24 +10,6 @@ export type PacketStep = {
10
}
11
12
function getPacketForStep(step: number) {
13
- if (step === 3) {
14
- console.log('step % 2 === 1', step % 2 === 1)
15
- }
16
- if (step === 4) {
17
18
19
- if (step === 5) {
20
21
22
- if (step === 6) {
23
24
25
- if (step === 7) {
26
27
28
- if (step === 8) {
29
30
31
const packetStepMap: Record<number, PacketStep | null> = {
32
0: {
33
id: `packet-${Date.now()}`,
0 commit comments