Skip to content

Commit

Permalink
caching default bot
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadowns committed Jan 25, 2025
1 parent 29307e9 commit 4ce4a75
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package com.slack.api.bolt.model.builtin;

import com.slack.api.bolt.model.Bot;
import java.io.Serializable;
import lombok.Data;

/**
* The default data class for the Bot interface.
*/
@Data
public class DefaultBot implements Bot {
public class DefaultBot implements Bot, Serializable {

private String appId;
private String enterpriseId;
Expand Down

0 comments on commit 4ce4a75

Please sign in to comment.