Skip to content

Commit 26b4b63

Browse files
authored
Update README.md
updated readme
1 parent 9953299 commit 26b4b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ enqueue = async () => {
5959
console.log('user exited the line');
6060
});
6161
const enqueueResult = await QueueIt.run(
62-
this.state.clientId,
63-
this.state.eventOrAlias
62+
this.state.customerId,
63+
this.state.eventOrAliasId
6464
);
6565
switch (enqueueResult.State) {
6666
case EnqueueResultState.Disabled:

0 commit comments

Comments
 (0)