baserow/backend: no eth-{account,keyfile,keys}, thanks

This commit is contained in:
Luke Granger-Brown 2022-10-03 01:46:05 +01:00
parent e03ae8b853
commit 87030597e0

View file

@ -35,4 +35,8 @@ self: super: {
doCheck = false; doCheck = false;
}; };
eth-account = null;
eth-keyfile = null;
eth-keys = null;
} }