Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrankel committed Aug 17, 2024
1 parent e049aad commit 498a46d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/aep-api/aep/api/webhook.proto
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
syntax = "proto3";

package aep.api.webhooks;
package aep.api;

import "google/protobuf/any.proto";
import "google/protobuf/descriptor.proto";
import "google/protobuf/timestamp.proto";

option java_package = "com.aep.api.webhooks";
option java_package = "dev.aep.api";
option java_multiple_files = true;
option java_outer_classname = "NotificationProto";
option go_package = "apis.roblox.com/aep.api.webhooks";
option go_package = "aep.dev/api";

// Provides a generic wrapper for all webhook notifications.
message Notification {
Expand Down

0 comments on commit 498a46d

Please sign in to comment.