Fix warning

This commit is contained in:
Jarred Sumner
2023-11-24 18:49:59 -08:00
parent 53ee2d77b2
commit a71a9e3447

View File

@@ -49,7 +49,7 @@
#include "CryptoAlgorithmECDSA.h"
#include "CryptoAlgorithmEcdsaParams.h"
#include "CryptoAlgorithmRsaPssParams.h"
#include "CryptoAlgorithmRegistry.h";
#include "CryptoAlgorithmRegistry.h"
using namespace JSC;
using namespace Bun;
using JSGlobalObject