Skip to content
Snippets Groups Projects
Commit 0fb0167a authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Remove gridModelsTask ID from list (since it's been deleted)

parent b848f2a5
No related branches found
No related tags found
1 merge request!191Add map module and Open-Meteo support
......@@ -49,7 +49,7 @@ public class VipsLogicTaskFactory {
public static final int RUN_FORECAST_CONFIGURATIONS_BY_ID_TASK = 9;
private final static int[] ALL_TASK_IDS = {1,2,3,4,5,6,7,8,9};
private final static int[] ALL_TASK_IDS = {1,2,3,4,5,6,7,9};
private final static int[] ORGANIZATION_ADMIN_TASK_IDS = {7};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment