File tree 2 files changed +2
-2
lines changed
clis/blob-propagation-jobs-cli/src/commands
packages/api/src/routers/blob
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
22
22
queuesOptionDef ,
23
23
} from "../utils" ;
24
24
25
- // TODO: Need to convert it to number explicity due to ci tests failing
25
+ // TODO: Need to convert it to number explicitly due to ci tests failing
26
26
// with the following error:
27
27
const PRISMA_BATCH_OPERATIONS_MAX_SIZE = parseInt (
28
28
env . PRISMA_BATCH_OPERATIONS_MAX_SIZE . toString ( )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const getBlobDataByBlobId = publicProcedure
21
21
method : "GET" ,
22
22
path : "/blobs/{id}/data" ,
23
23
tags : [ "blobs" ] ,
24
- summary : "Retrives blob data for given blob id." ,
24
+ summary : "Retrieves blob data for given blob id." ,
25
25
} ,
26
26
} )
27
27
. input ( inputSchema )
You can’t perform that action at this time.
0 commit comments