Skip to content

Commit

Permalink
fix: comment out code that breaks codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
sempex committed Nov 13, 2024
1 parent 1e48830 commit 40d8e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions codeql/codeql.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { NgModule } from '@angular/core';
import { PostComponentsModule } from '@swisspost/design-system-components-angular';

@NgModule({
...
// ...
imports: [PostComponentsModule],
...
// ...
})
export class AppModule {}

0 comments on commit 40d8e10

Please sign in to comment.