Skip to content

Commit

Permalink
Add header to new scripts.
Browse files Browse the repository at this point in the history
Signed-off-by: Jackson Goerner <jgoerner@squareup.com>
  • Loading branch information
glipR committed Dec 10, 2024
1 parent af4ad2f commit 07cc055
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/amundsen_application/static/js/ducks/log/reducer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Contributors to the Amundsen project.
// SPDX-License-Identifier: Apache-2.0

import { ResourceType } from 'interfaces/Resources';
import { LogSearchEvent, LogSearchEventRequest } from './types';

Expand Down
3 changes: 3 additions & 0 deletions frontend/amundsen_application/static/js/ducks/log/sagas.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Contributors to the Amundsen project.
// SPDX-License-Identifier: Apache-2.0

import { SagaIterator } from 'redux-saga';
import { call, put, select, takeEvery } from 'redux-saga/effects';
import { logClick } from 'utils/analytics';
Expand Down
3 changes: 3 additions & 0 deletions frontend/amundsen_application/static/js/ducks/log/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Contributors to the Amundsen project.
// SPDX-License-Identifier: Apache-2.0

import { ResourceType } from 'interfaces/Resources';

export enum LogSearchEvent {
Expand Down

0 comments on commit 07cc055

Please sign in to comment.