Changed websocket connection string.

This commit is contained in:
Patrick Fic
2019-12-11 23:24:32 -08:00
parent aa21c51023
commit f6c62da40a
5 changed files with 8 additions and 20 deletions

View File

@@ -6,8 +6,7 @@ import { Table, Divider, Icon } from "antd";
import {
GET_ALL_OPEN_JOBS,
SUBSCRIPTION_ALL_OPEN_JOBS,
test
SUBSCRIPTION_ALL_OPEN_JOBS
} from "../../graphql/jobs.queries";
export default function JobsPage() {