Skip to content

Commit 6f8e89f

Browse files
committed
wip
1 parent 147a1a3 commit 6f8e89f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/hypergraph/src/space-events

‎packages/hypergraph/src/space-events/types.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import * as Data from 'effect/Data';
12
import type { ParseError } from 'effect/ParseResult';
23
import * as Schema from 'effect/Schema';
34
import type { InvalidIdentityError } from '../identity/types.js';
45
import { InboxSenderAuthPolicy } from '../inboxes/types.js';
56
import { SignatureWithRecovery } from '../types.js';
6-
import * as Data from "effect/Data";
77

88
export const EventAuthor = Schema.Struct({
99
accountAddress: Schema.String,

0 commit comments

Comments
 (0)