Skip to content

Commit

Permalink
add return condition
Browse files Browse the repository at this point in the history
  • Loading branch information
prostgles committed Oct 22, 2023
1 parent e97260f commit 1c73272
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 29 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prostgles-server",
"version": "4.1.96",
"version": "4.1.97",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tests/client/PID.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
122840
258419
24 changes: 0 additions & 24 deletions tests/server/DBoGenerated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,30 +76,6 @@ export type DBSchemaGenerated = {
public?: null | string;
};
};
files: {
is_view: false;
select: true;
insert: true;
update: true;
delete: true;
columns: {
added?: string;
cloud_url?: null | string;
content_length?: number;
content_type: string;
deleted?: null | number;
deleted_from_storage?: null | number;
description?: null | string;
etag?: null | string;
extension: string;
id?: string;
name: string;
original_name: string;
signed_url?: null | string;
signed_url_expires?: null | number;
url: string;
};
};
geography_columns: {
is_view: true;
select: true;
Expand Down
2 changes: 1 addition & 1 deletion tests/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c73272

Please sign in to comment.