Skip to content

Commit

Permalink
fix: update roles to be passed in via configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
drduhe committed Aug 25, 2024
1 parent 4cf17ea commit 20b6e33
Show file tree
Hide file tree
Showing 21 changed files with 9,826 additions and 5,310 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dist/
dist-electron/
release/
dist-ssr/
Dockerfile.tmp
*Dockerfile.tmp

# macOS system files
.DS_Store
Expand Down
1 change: 0 additions & 1 deletion lib/osml/authorizer/authorizor_function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export class OSMLAuthorizer extends Construct {
* The Lambda function used as the Authorizer.
* @type {Function}
*/
// eslint-disable-next-line @typescript-eslint/ban-types
public authorizerFunction: Function;

/**
Expand Down
Loading

0 comments on commit 20b6e33

Please sign in to comment.