Rename file (typo)

This commit is contained in:
Nicola Benaglia
2025-05-24 11:55:40 +02:00
parent cec429c691
commit f6a89d6d1f
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import {
objectToBase64,
} from '../qdn/encryption/group-encryption';
import ChatComputePowWorker from '../chatComputePow.worker.js?worker';
import { reusableGet } from '../qdn/publish/pubish';
import { reusableGet } from '../qdn/publish/publish.ts';
import { signChat } from '../transactions/signChat';
import { createTransaction } from '../transactions/transactions';
import { decryptChatMessage } from '../utils/decryptChatMessage';