Skip to content

Commit

Permalink
Update Constants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
aktoboy authored Apr 16, 2024
1 parent a3f89c6 commit d0d6f48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/utils/src/main/java/com/akto/onprem/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import java.security.NoSuchAlgorithmException;
import java.util.Arrays;
import java.util.Base64;
import org.bson.types.ObjectId;
import com.akto.dto.billing.Organization;

public class Constants {
public static final DashboardMode DEFAULT_DASHBOARD_MODE = DashboardMode.LOCAL_DEPLOY;
Expand Down Expand Up @@ -88,4 +90,8 @@ public static Config.SendgridConfig getSendgridConfig() {
}
return sendgridConfig;
}

public static void sendTestResults(ObjectId summaryId, Organization organization) {

}
}

0 comments on commit d0d6f48

Please sign in to comment.