Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spp_demo/data/shapes/phl_curated.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -30183,4 +30183,4 @@
}
}
]
}
}
4 changes: 1 addition & 3 deletions spp_mis_demo_v2/models/mis_demo_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3955,9 +3955,7 @@ def _create_prism_api_client(self, stats):
}
)

_logger.info(
"[spp.mis.demo] Created PRISM API client (client_id=prism) with GIS scopes"
)
_logger.info("[spp.mis.demo] Created PRISM API client (client_id=prism) with GIS scopes")
stats["prism_api_client"] = "created"


Expand Down
Loading