Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b7d20b

Browse files
committed
update step ids
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent0765174 commit1b7d20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/utils/parse.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export function parse(params: ParseParams): any {
150150
...mdStep,
151151
};
152152

153-
conststepSetupKey=`${step.id}Q`;
153+
conststepSetupKey=`${step.id}:T`;
154154
if(params.commits[stepSetupKey]){
155155
if(!step.setup){
156156
step.setup={
@@ -160,7 +160,7 @@ export function parse(params: ParseParams): any {
160160
step.setup.commits=params.commits[stepSetupKey];
161161
}
162162

163-
conststepSolutionKey=`${step.id}A`;
163+
conststepSolutionKey=`${step.id}:S`;
164164
if(params.commits[stepSolutionKey]){
165165
if(!step.solution){
166166
step.solution={

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp