Update UpstashRedisCache.ts Base Class

This commit is contained in:
Henry Heng 2023-10-08 11:59:14 +01:00 committed by GitHub
parent 132913f50b
commit 40b06cd43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class UpstashRedisCache implements INode {
this.type = 'Cache'
this.icon = 'upstash.png'
this.category = 'Cache'
this.baseClasses = [this.type, ...getBaseClasses(UpstashRedisCache)]
this.baseClasses = [this.type, ...getBaseClasses(LangchainUpstashRedisCache)]
this.credential = {
label: 'Connect Credential',
name: 'credential',