Skip to content

Commit 9b3ace7

Browse files
committed
fix
1 parent 3e0ac98 commit 9b3ace7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ui/src/app/services/data.service.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ type EventCallback = (data?: any) => void
1818
export class DataService {
1919
route = ''
2020

21-
constructor (
22-
public bridge: Bridge
23-
) {}
24-
2521
async request (opts: RequestOptions): Promise<any> {
2622
if (opts.endpoint && opts.endpoint[0] !== '/') opts.endpoint = `/${opts.endpoint}`
2723
const args: [string, any?] = [ `${opts.method} ${this.route}${opts.endpoint || ''}`, opts.data ]

0 commit comments

Comments
 (0)