Skip to content

Commit

Permalink
Merge pull request #15 from sysdiglabs/dev-fix-backlink-requirement
Browse files Browse the repository at this point in the history
Make backlink optional
  • Loading branch information
Jujuyeh committed Jul 29, 2024
2 parents 438c518 + 16f5a5c commit 8bf817a
Show file tree
Hide file tree
Showing 3 changed files with 25,991 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export interface Config {
* Custom backlink to Sysdig Secure.
* @visibility frontend
*/
backlink: string;
backlink?: string;
};
}
Loading

0 comments on commit 8bf817a

Please # to comment.