mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-03-15 15:06:04 +01:00
fix some things
This commit is contained in:
parent
b67c722c19
commit
6f5fef2f23
9 changed files with 55 additions and 55 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { connect } from 'amqplib';
|
||||
import { sleep } from './utils/utils.js';
|
||||
import {connectAmqp, sleep} from './utils/utils.js';
|
||||
|
||||
const connection = await connect('amqp://localhost');
|
||||
const connection = await connectAmqp();
|
||||
|
||||
const channel = await connection.createChannel();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue