Remove unused parameter
This commit is contained in:
parent
a25f14c9fd
commit
367ea28273
|
@ -60,12 +60,7 @@ export async function listUserSessions() {
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function createUserSession({
|
export async function createUserSession({ sessionID, langConfig, revisions }) {
|
||||||
watcher,
|
|
||||||
sessionID,
|
|
||||||
langConfig,
|
|
||||||
revisions,
|
|
||||||
}) {
|
|
||||||
const pod = (
|
const pod = (
|
||||||
await k8s.createNamespacedPod("riju-user", {
|
await k8s.createNamespacedPod("riju-user", {
|
||||||
metadata: {
|
metadata: {
|
||||||
|
|
Loading…
Reference in New Issue