Rename file (typo)

This commit is contained in:
Nicola Benaglia
2025-05-24 11:55:40 +02:00
parent 2d01b3e8ae
commit 2af3cec63e
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';