Skip to content

Commit 9911e27

Browse files
committed
Empty index.ts to pass tests
1 parent 28cc03f commit 9911e27

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
import { expose, ServerInstance } from '@chainlink/external-adapter-framework'
2-
import { Adapter } from '@chainlink/external-adapter-framework/adapter'
3-
import { config } from './config'
4-
import * as endpoints from './endpoint'
5-
6-
export const adapter = new Adapter({
7-
defaultEndpoint: 'ftse_sftp',
8-
name: 'FTSE_SFTP',
9-
config,
10-
endpoints: [endpoints.sftp.endpoint],
11-
})
12-
13-
export const server = (): Promise<ServerInstance | undefined> => expose(adapter)

0 commit comments

Comments
 (0)