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

Commit722480d

Browse files
mat02ludomikula
authored andcommitted
Fix incomplete yarn.lock
1 parentad11dd1 commit722480d

File tree

1 file changed

+1
-1
lines changed
  • server/node-service/src/plugins/firebirdsql

1 file changed

+1
-1
lines changed

‎server/node-service/src/plugins/firebirdsql/run.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function prepareQueryParameters(stmt: string, parameters: object) {
4545

4646
constplaceholdersInStmt=stmt.matchAll(re);
4747

48-
letparametersArray=[];
48+
letparametersArray:any[]=[];
4949

5050
for(constmatchofplaceholdersInStmt){
5151
constparamName:string=match[2];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp