File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ async function createNoteFromAction(
158158 target : "default" ,
159159 title : title ,
160160 activate : true ,
161- promptForType : promptForType ,
161+ promptForType,
162162 }
163163 ) ;
164164 return resp ;
@@ -169,7 +169,7 @@ async function createNoteFromAction(
169169 target : "default" ,
170170 title,
171171 activate : false ,
172- promptForType : promptForType ,
172+ promptForType,
173173 }
174174 ) ;
175175 return resp ;
@@ -186,7 +186,7 @@ async function createNoteFromAction(
186186 parentNoteLink,
187187 title,
188188 activate : true ,
189- promptForType : true ,
189+ promptForType,
190190 } ,
191191 ) ;
192192 return resp
@@ -202,7 +202,7 @@ async function createNoteFromAction(
202202 parentNoteLink : parentNoteLink ,
203203 title,
204204 activate : false ,
205- promptForType : promptForType ,
205+ promptForType,
206206 } ,
207207 )
208208 return resp ;
You can’t perform that action at this time.
0 commit comments