Skip to content

Commit

Permalink
feat: Use two tables for key stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
benaclejames committed Jan 24, 2024
1 parent db34428 commit 0319ff3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
import com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTable;
import net.dv8tion.jda.api.entities.User;

import java.util.HashMap;
import java.util.Map;

@DynamoDBTable(tableName = "Gumcord-Purchases")
public class GumPurchase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import com.amazonaws.services.dynamodbv2.document.ItemUtils;
import com.amazonaws.services.dynamodbv2.model.AttributeValue;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import net.dv8tion.jda.api.entities.Guild;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import com.benaclejames.gumcord.Dynamo.DynamoHelper;
import com.benaclejames.gumcord.Dynamo.TableTypes.GumRole;
import com.benaclejames.gumcord.Dynamo.TableTypes.GumServer;
import com.benaclejames.gumcord.Dynamo.TableTypes.GumPurchase;
import com.benaclejames.gumcord.SetupHandler;
import kotlin.Pair;
import net.dv8tion.jda.api.EmbedBuilder;
Expand Down

0 comments on commit 0319ff3

Please sign in to comment.