mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
remove import for assert
This commit is contained in:
@@ -5,7 +5,6 @@ import { log } from '../../logger.js';
|
|||||||
import { populateCommonDb } from '../common/populateCommonDb.js';
|
import { populateCommonDb } from '../common/populateCommonDb.js';
|
||||||
import { db } from './db.js';
|
import { db } from './db.js';
|
||||||
import type { PacketBlock, PacketWord } from './types.js';
|
import type { PacketBlock, PacketWord } from './types.js';
|
||||||
import assert from 'node:assert';
|
|
||||||
|
|
||||||
const maxPacketSize = 10_000;
|
const maxPacketSize = 10_000;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user