Skip to content

Commit a9c6990

Browse files
committed
Delete comment
1 parent 1afb763 commit a9c6990

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

packages/common/src/Evolu/Schema.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ import { DbSchema } from "./Db.js";
3232
import { createIndexes, DbIndexesBuilder } from "./Kysely.js";
3333
import {
3434
BinaryId,
35-
maxProtocolMessageRangesSize,
3635
CrdtMessage,
36+
maxProtocolMessageRangesSize,
3737
} from "./Protocol.js";
3838
import { Query, Row } from "./Query.js";
3939
import { BinaryTimestamp } from "./Timestamp.js";
@@ -251,13 +251,6 @@ export interface MutationOptions {
251251
* `onlyValidate: true`.
252252
*/
253253
readonly onlyValidate?: boolean;
254-
255-
// /**
256-
// * The owner to use for this mutation. Can be a {@link ShardOwner} for sharding
257-
// * app data or a {@link SharedOwner} for collaborative write access. If
258-
// * omitted, defaults to the app's {@link AppOwner}.
259-
// */
260-
// readonly owner?: ShardOwner | SharedOwner;
261254
}
262255

263256
/**

0 commit comments

Comments
 (0)