Fix typo
This commit is contained in:
parent
7124a754f1
commit
91e3c87a9c
|
@ -268,8 +268,8 @@ export const serveClientLibrary = async function (ctx: Ctx) {
|
||||||
ctx.throw(400, "No app ID provided - cannot fetch client library.")
|
ctx.throw(400, "No app ID provided - cannot fetch client library.")
|
||||||
}
|
}
|
||||||
|
|
||||||
const serverLocally = shouldServeLocally(version || "")
|
const serveLocally = shouldServeLocally(version || "")
|
||||||
if (!serverLocally) {
|
if (!serveLocally) {
|
||||||
ctx.body = await objectStore.getReadStream(
|
ctx.body = await objectStore.getReadStream(
|
||||||
ObjectStoreBuckets.APPS,
|
ObjectStoreBuckets.APPS,
|
||||||
objectStore.clientLibraryPath(appId!)
|
objectStore.clientLibraryPath(appId!)
|
||||||
|
|
Loading…
Reference in New Issue