Skip to content

Commit

Permalink
arrange allow list alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Oct 30, 2024
1 parent fa4dca6 commit c952bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import type { Operation } from "../sanitiseApplicationData/types.js";
* so that Metabase picks up the new columns
*/
const ALLOW_LIST = [
"application.type",
"application.declaration.connection",
"application.information.harmful",
"application.information.sensitive",
"application.type",
"drawBoundary.action",
"findProperty.action",
"_overrides",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ import {
* so that Metabase picks up the new columns
*/
export const ALLOW_LIST = [
"application.type",
"application.declaration.connection",
"application.information.harmful",
"application.information.sensitive",
"application.type",
"drawBoundary.action",
"findProperty.action",
"_overrides",
Expand Down

0 comments on commit c952bff

Please sign in to comment.