Skip to content

Commit 9c88020

Browse files
Elb.PushData
1 parent 79713aa commit 9c88020

File tree

1 file changed

+2
-2
lines changed
  • packages/sources/datalayer/src

1 file changed

+2
-2
lines changed

packages/sources/datalayer/src/push.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { WalkerOS } from '@elbwalker/types';
1+
import type { Elb } from '@elbwalker/types';
22
import type { Config } from './types';
33
import {
44
clone,
@@ -49,7 +49,7 @@ export function push(config: Config, ...args: unknown[]) {
4949

5050
if (command) {
5151
if (command.name)
52-
config.elb(command.name, command.data as WalkerOS.PushData);
52+
config.elb(command.name, command.data as Elb.PushData);
5353
} else if (event) {
5454
if (event.event) config.elb(event);
5555
}

0 commit comments

Comments
 (0)