Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
CakmLexi committed Jul 2, 2024
1 parent 6a73b5f commit dbd6db5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"chalk": "5.3.0",
"chokidar": "3.6.0",
"express": "4.19.2",
"kritor-proto": "^1.0.1",
"kritor-proto": "^1.0.2",
"level": "8.0.1",
"lodash": "4.17.21",
"log4js": "6.9.1",
Expand Down
4 changes: 2 additions & 2 deletions src/adapter/kritor/grpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class KritorGrpc {
file_name: data.file_name,
file_size: Number(data.file_size),
expire_time: Number(data.expire_time),
file_url: data.url,
file_url: data.file_url,
}

const options = {
Expand Down Expand Up @@ -734,7 +734,7 @@ export class KritorGrpc {
file_id: data.file_id,
file_name: data.file_name,
file_size: Number(data.file_size),
file_sub_id: data.bus_id,
file_sub_id: Number(data.file_sub_id),
expire_time: Number(data.expire_time),
file_url: data.file_url,
}
Expand Down

0 comments on commit dbd6db5

Please sign in to comment.