Skip to content

Commit

Permalink
Merge pull request #30 from jaroslavhuss/core-architecture
Browse files Browse the repository at this point in the history
problem with types
  • Loading branch information
jaroslavhuss authored Apr 25, 2022
2 parents 15b4210 + c4bbf14 commit 0f15f84
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/dist/auth/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './tokens.type';
export * from './jwtPayload.type';
export * from './jwtPayloadWithRt.type';
export * from './JwtPayloadWithRt.type';
2 changes: 1 addition & 1 deletion server/dist/auth/types/index.js

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

2 changes: 1 addition & 1 deletion server/dist/auth/types/jwtPayloadWithRt.type.js

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

2 changes: 1 addition & 1 deletion server/dist/auth/types/jwtPayloadWithRt.type.js.map

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

2 changes: 1 addition & 1 deletion server/dist/tsconfig.build.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/src/auth/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './tokens.type';
export * from './jwtPayload.type';
export * from './jwtPayloadWithRt.type';
export * from './JwtPayloadWithRt.type';

0 comments on commit 0f15f84

Please sign in to comment.