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
@@ -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',