Skip to content

Commit

Permalink
"Refactor readAll method in LocalFileStore to wait for merge PR inste…
Browse files Browse the repository at this point in the history
…ad of creating one."
  • Loading branch information
buhe committed Nov 21, 2023
1 parent 0676bae commit 2a5436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LangChain/schema/LocalFileStore.swift
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ public class LocalFileStore: BaseStore {
}

extension FileObjectStore {
// Hack first, create pr later
// Hack first, wait merge pr
public func readAll(namespace: String) async throws -> [String] {
let readAllTask = Task {() -> [String] in
var allKeys: [String] = []

0 comments on commit 2a5436c

Please sign in to comment.