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.")
|
||||
}
|
||||
|
||||
const serverLocally = shouldServeLocally(version || "")
|
||||
if (!serverLocally) {
|
||||
const serveLocally = shouldServeLocally(version || "")
|
||||
if (!serveLocally) {
|
||||
ctx.body = await objectStore.getReadStream(
|
||||
ObjectStoreBuckets.APPS,
|
||||
objectStore.clientLibraryPath(appId!)
|
||||
|
|
Loading…
Reference in New Issue