fix: adding slack notification when build is failed to upload to docker (#2862)

* fix: removing logs

* fix: adding slack notification when build is failed to upload to docker

* minor changes

---------

Co-authored-by: Manish Gupta <59428681+manishg3@users.noreply.github.com>
This commit is contained in:
sriram veeraghanta 2023-11-24 12:17:31 +05:30
parent 267cf75004
commit c305cf2c72
2 changed files with 177 additions and 19 deletions

View file

@ -112,7 +112,6 @@ export const IssueForm: FC<IssueFormProps> = observer((props) => {
appConfig: { envConfig },
} = useMobxStore();
const user = userStore.currentUser;
console.log("envConfig", envConfig);
// hooks
const editorSuggestion = useEditorSuggestions();
const { setToastAlert } = useToast();