Skip to content

Commit 92b0d27

Browse files
committed
lint fixes
1 parent 1223179 commit 92b0d27

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

apps/server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import { parse } from 'node:url';
12
import { Connect, Identity, Inboxes, Messages, SpaceEvents, Utils } from '@graphprotocol/hypergraph';
23
import { bytesToHex, randomBytes } from '@noble/hashes/utils.js';
34
import cors from 'cors';
45
import { Effect, Exit, Schema } from 'effect';
56
import express, { type Request, type Response } from 'express';
6-
import { parse } from 'node:url';
77
import WebSocket, { WebSocketServer } from 'ws';
88
import { addAppIdentityToSpaces } from './handlers/add-app-identity-to-spaces.js';
99
import { applySpaceEvent } from './handlers/applySpaceEvent.js';

apps/typesync/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
"hypergraph": "./dist/bin.cjs",
1919
"hg": "./dist/bin.cjs"
2020
},
21-
"files": [
22-
"README.md",
23-
"dist"
24-
],
21+
"files": ["README.md", "dist"],
2522
"scripts": {
2623
"codegen:gql": "graphql-codegen --config ./graphql.codegen.ts",
2724
"build:client": "vite build",

0 commit comments

Comments
 (0)