guard let entryID = entry.id else {
            print("Unable to update entry: no ID associated with entry")
            DispatchQueue.main.async {
                completion(.failure(.otherError))
            }