mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
fix: fix credentials and parsing of numbers
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
import { INodeParams, INodeCredential } from '../src/Interface'
|
||||
|
||||
class ApifyApi implements INodeCredential {
|
||||
class ApifyApiCredential implements INodeCredential {
|
||||
label: string
|
||||
name: string
|
||||
version: number
|
||||
@@ -23,4 +23,4 @@ class ApifyApi implements INodeCredential {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { credClass: ApifyApi }
|
||||
module.exports = { credClass: ApifyApiCredential }
|
||||
Reference in New Issue
Block a user