Skip to content

Commit

Permalink
fix: bugfix MissingStatus import
Browse files Browse the repository at this point in the history
  • Loading branch information
zeruk committed Feb 9, 2023
1 parent e1de976 commit 1835a85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import {
BadSession,
SessionBusy,
MissingValue,
YdbError
YdbError,
MissingStatus
} from './errors';

import TableService = Ydb.Table.V1.TableService;
Expand Down

0 comments on commit 1835a85

Please sign in to comment.