Remove unused parameter

This commit is contained in:
Radon Rosborough 2023-01-04 20:44:09 -07:00
parent a25f14c9fd
commit 367ea28273
1 changed files with 1 additions and 6 deletions

View File

@ -60,12 +60,7 @@ export async function listUserSessions() {
}));
}
export async function createUserSession({
watcher,
sessionID,
langConfig,
revisions,
}) {
export async function createUserSession({ sessionID, langConfig, revisions }) {
const pod = (
await k8s.createNamespacedPod("riju-user", {
metadata: {