Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyzissou committed Oct 22, 2020
1 parent cca9b2c commit 4b3e438
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/datastore/cli/src/OffixDataStorePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { GraphbackPlugin, GraphbackCoreMetadata } from "@graphback/core";
import { writeFileSync } from "fs";
import { IOffixDataStorePluginConfig } from "./OffixDataStoreConfig";
import { createJsonSchema, createModelType } from "./generate-documents";
import { isDataSyncClientModel, makeDirIfNotExists } from "./utils";
import { makeDirIfNotExists } from "./utils";
import { validateOffixDataStorePluginConfig } from "./OffixDataStorePluginValidator";
import endent from "endent";

Expand Down Expand Up @@ -36,8 +36,6 @@ export class OffixDataStorePlugin extends GraphbackPlugin {

public getDocuments(metadata: GraphbackCoreMetadata) {
const models = metadata.getModelDefinitions();
// .filter(model => isDataSyncClientModel(model));

const modelJsonSchemas = models
.map(model => (createJsonSchema(model)));

Expand Down

0 comments on commit 4b3e438

Please sign in to comment.